fix build all script
parent
d099737498
commit
2f4b2a30b9
|
|
@ -10,6 +10,7 @@ set -e
|
|||
set -u
|
||||
|
||||
IMAGE_ALIASES=${IMAGE_ALIASES:-}
|
||||
ERROR=${ERROR:-}
|
||||
|
||||
skip_tests() {
|
||||
if [ $SKIP_TESTS = "true" ]; then
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ build_directory() {
|
|||
shift
|
||||
# Calling build.sh
|
||||
if [ -e ${directory}/build.sh ] ; then
|
||||
${directory}build.sh ${OPTIONS} ${ARGS}
|
||||
bash ${directory}build.sh ${OPTIONS} ${ARGS}
|
||||
else
|
||||
printf "${RED}No build.sh in directory ${directory}${NC}\n"
|
||||
exit 2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
base
|
||||
bats
|
||||
che
|
||||
init
|
||||
|
|
|
|||
Loading…
Reference in New Issue