mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 18:42:22 +02:00
Merge pull request #2503 from flatcar/krnowak/local-x-fix
build_library/build_image_util: Fix local exporting
This commit is contained in:
commit
387be3bfcb
@ -95,7 +95,7 @@ zip_update_tools() {
|
|||||||
|
|
||||||
info "Generating update tools zip"
|
info "Generating update tools zip"
|
||||||
# Make sure some vars this script needs are exported
|
# Make sure some vars this script needs are exported
|
||||||
local -x REPO_MANIFESTS_DIR SCRIPTS_DIR
|
local -x REPO_MANIFESTS_DIR=${REPO_MANIFESTS_DIR} SCRIPTS_DIR=${SCRIPTS_DIR}
|
||||||
"${BUILD_LIBRARY_DIR}/generate_au_zip.py" \
|
"${BUILD_LIBRARY_DIR}/generate_au_zip.py" \
|
||||||
--arch "$(get_sdk_arch)" --output-dir "${BUILD_DIR}" --zip-name "${update_zip}"
|
--arch "$(get_sdk_arch)" --output-dir "${BUILD_DIR}" --zip-name "${update_zip}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user