fix build all script

6.19.x
Roman Iuvshyn 2017-09-28 13:29:59 +03:00
parent d099737498
commit 2f4b2a30b9
3 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@ set -e
set -u
IMAGE_ALIASES=${IMAGE_ALIASES:-}
ERROR=${ERROR:-}
skip_tests() {
if [ $SKIP_TESTS = "true" ]; then

View File

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

View File

@ -1,2 +1,4 @@
base
bats
che
init