UFS: Fix CI behavior (#8924)
Commented out the declaration of DOCKER_ARMBIAN_BASE_IMAGE as it needs to be set manually outside.
This commit is contained in:
parent
2e4e238f62
commit
ebc129fa52
@ -1,5 +1,5 @@
|
||||
# Create UFS aligned image (requires >= Debian 13 (Trixie) Host)
|
||||
declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie
|
||||
# declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie # Use this env variable manually
|
||||
function extension_prepare_config__ufs {
|
||||
# Skip version check if only generating config definitions
|
||||
if [[ "${CONFIG_DEFS_ONLY}" != "yes" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user