kiwi-build, scripts: Drop unnecessary override for OCI artifacts
The underlying issue that required this was fixed in kiwi-10.2.17. (cherry picked from commit adbfbc22905593b82f6c5a2f271b2c7f2d53ec28)
This commit is contained in:
@@ -63,11 +63,6 @@ if [ "$image_type" = "iso" ]; then
|
||||
kiwibuild_extra_args="${kiwibuild_extra_args:+${kiwibuild_extra_args}} ${kiwibuild_iso_extra_args}"
|
||||
fi
|
||||
|
||||
if [ "$image_type" = "oci" ]; then
|
||||
# Extend for OCI images
|
||||
kiwi_bundle_format="${kiwi_bundle_format}.%T"
|
||||
fi
|
||||
|
||||
|
||||
set +e
|
||||
if [ ! ${kiwi_isolated} ]; then
|
||||
|
||||
Reference in New Issue
Block a user