From 1675e5ae4715ea0bcde747efc6bddd36a61b0943 Mon Sep 17 00:00:00 2001 From: danielclough Date: Sat, 26 Dec 2020 17:06:52 +0100 Subject: [PATCH] fix BASE_DIR --- contrib/docker/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/docker/build.sh b/contrib/docker/build.sh index 19acaf2e1..40a319cff 100755 --- a/contrib/docker/build.sh +++ b/contrib/docker/build.sh @@ -1,6 +1,5 @@ #!/bin/bash -echo $PWD -[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 )) || BASE_DIR="${WORKSPACE}/blackcoin-more/contrib/docker" +[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 )) || BASE_DIR="${WORKSPACE}/contrib/docker" 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