From 640a80b4c2501cc2be9819632f1310d0b9a3f4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 17 Jan 2020 10:16:13 +0100 Subject: [PATCH] setting workspace variable --- scripts/run_buildkite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_buildkite.sh b/scripts/run_buildkite.sh index 9313c46..f1e9948 100755 --- a/scripts/run_buildkite.sh +++ b/scripts/run_buildkite.sh @@ -17,6 +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 echo "--- CMake" ${DIR}/run_cmake.sh