Move Docker generation stop hook further into the code to include Toolchains

This commit is contained in:
Igor Pecovnik
2021-11-22 21:34:01 +01:00
parent 9b36028128
commit 956e1acabb
2 changed files with 2 additions and 3 deletions

View File

@@ -288,9 +288,6 @@ while [[ "${1}" == *=* ]]; do
done
# Used to prepare Docker image
[[ "${JUST_INIT}" == "yes" ]] && exit 0
if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then