From a6b73dda8ca41af9f37791890c1377dc9a52eb91 Mon Sep 17 00:00:00 2001 From: danielclough Date: Sat, 26 Dec 2020 16:50:55 +0100 Subject: [PATCH] pass $WORKSPACE as $BASE_DIR --- contrib/docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/build.sh b/contrib/docker/build.sh index ece58eeaf..c52ad2866 100755 --- a/contrib/docker/build.sh +++ b/contrib/docker/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 ))/ || BASE_DIR="" +[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 ))/ || BASE_DIR="${WORKSPACE}" Alist="\n \t \t \t \t aarch64-linux-gnu \t (eg. Raspi4 with Ubuntu) \n \t \t \t \t arm-linux-gnueabihf \t (eg. Other Raspi) \n