fix BASE_DIR

This commit is contained in:
danielclough
2020-12-26 17:06:52 +01:00
parent 00f7f83ac8
commit 1675e5ae47

View File

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