diff --git a/scripts/run_buildkite.sh b/scripts/run_buildkite.sh index e2c5de0..cb3454f 100755 --- a/scripts/run_buildkite.sh +++ b/scripts/run_buildkite.sh @@ -17,7 +17,10 @@ set -eux #folder where this script is stored. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" + +# dirty workarounds to reuse old scripts... export WORKSPACE=`pwd` +export TARGET_DIR=/tmp # create a clean build folder BUILD_DIR=${WORKSPACE}/build