using pwd as workspace dir
This commit is contained in:
parent
1886dec556
commit
8824b8f2f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue