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 done
# Used to prepare Docker image
[[ "${JUST_INIT}" == "yes" ]] && exit 0
if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then if [[ "${BUILD_ALL}" == "yes" || "${BUILD_ALL}" == "demo" ]]; then

View File

@@ -428,6 +428,8 @@ start=$(date +%s)
# The OFFLINE_WORK variable inside the function # The OFFLINE_WORK variable inside the function
prepare_host prepare_host
[[ "${JUST_INIT}" == "yes" ]] && exit 0
[[ $CLEAN_LEVEL == *sources* ]] && cleaning "sources" [[ $CLEAN_LEVEL == *sources* ]] && cleaning "sources"
# fetch_from_repo <url> <dir> <ref> <subdir_flag> # fetch_from_repo <url> <dir> <ref> <subdir_flag>