We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b6bd9 commit cf2b76cCopy full SHA for cf2b76c
1 file changed
extensions/gateway-dk-ask.sh
@@ -52,7 +52,7 @@ function post_family_config__000_ask_override_family() {
52
# Uses post_family_config because the kernel patch staging hook needs it before fetch_sources_tools runs
53
function post_family_config__ask_fetch_repo() {
54
# Skip during config-dump-json: no $HOME is set, fetch_from_repo would fail in git_ensure_safe_directory
55
- [[ "${CONFIG_DEFS_ONLY}" == "yes" ]] && {
+ [[ "${CONFIG_DEFS_ONLY}" == "yes" || "${ARMBIAN_COMMAND}" == "download-artifact" ]] && {
56
declare -g ASK_CACHE_DIR="${SRC}/cache/sources/ask-repo"
57
return 0
58
}
0 commit comments