Fix image build status and remove build-all scenario

This commit is contained in:
Igor Pecovnik
2022-02-27 11:21:20 +01:00
parent 1a0395f849
commit 92a1c729d4
2 changed files with 3 additions and 13 deletions

View File

@@ -293,15 +293,5 @@ while [[ "${1}" == *=* ]]; do
done
if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then
# shellcheck source=lib/build-all-ng.sh
source "${SRC}"/lib/build-all-ng.sh
else
# shellcheck source=lib/main.sh
source "${SRC}"/lib/main.sh
fi
# shellcheck source=lib/main.sh
source "${SRC}"/lib/main.sh