1
0
Fork 0

setting targetdir

This commit is contained in:
Christian Kühnel 2020-01-17 10:25:24 +01:00
parent ed4ea89ea5
commit 7d2766304e

View file

@ -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