mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Move Docker generation stop hook further into the code to include Toolchains
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user