1
0
Fork 0

using pwd as workspace dir

This commit is contained in:
Christian Kühnel 2020-01-17 10:20:32 +01:00
parent 1886dec556
commit 8824b8f2f8

View file

@ -17,7 +17,7 @@ set -eux
#folder where this script is stored.
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export WORKSPACE=${BUILDKITE_BUILD_PATH}
export WORKSPACE=`pwd`
# create a clean build folder
BUILD_DIR=${BUILDKITE_BUILD_PATH}/build