Jenkins BASE_DIR fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 )) || BASE_DIR="${WORKSPACE}"
|
[[ -z `echo $PWD | grep jenkins_home` ]] && BASE_DIR=$(dirname $(realpath $0 )) || BASE_DIR="${WORKSPACE}/blackcoin-more/contrib/docker/"
|
||||||
Alist="\n
|
Alist="\n
|
||||||
\t \t \t \t aarch64-linux-gnu \t (eg. Raspi4 with Ubuntu) \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
|
\t \t \t \t arm-linux-gnueabihf \t (eg. Other Raspi) \n
|
||||||
|
|||||||
Reference in New Issue
Block a user