1
0
Fork 0

fixed BUILD_DIR

This commit is contained in:
Christian Kühnel 2020-01-17 10:22:12 +01:00
parent 8824b8f2f8
commit ed4ea89ea5

View file

@ -20,7 +20,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export WORKSPACE=`pwd`
# create a clean build folder
BUILD_DIR=${BUILDKITE_BUILD_PATH}/build
BUILD_DIR=${WORKSPACE}/build
rm -rf ${BUILD_DIR} || true
mkdir -p ${BUILD_DIR}