Add drone debugging variable DRONE_STAGE_MACHINE

This commit is contained in:
sdarwin
2024-04-17 11:37:34 -06:00
parent 7b594b2a9a
commit b9b6db51bc
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@
set LIBRARY=%1
set DRONE_BUILD_DIR=%CD%
echo %DRONE_STAGE_MACHINE%
set BOOST_BRANCH=develop
if "%DRONE_BRANCH%" == "master" set BOOST_BRANCH=master
cd ..

View File

@ -6,6 +6,8 @@
set -ex
export PATH=~/.local/bin:/usr/local/bin:$PATH
uname -a
echo $DRONE_STAGE_MACHINE
DRONE_BUILD_DIR=$(pwd)