From 519e64961470d90b4ca5970eef4c073ac52d8c4f Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 11 Mar 2025 19:38:17 +0100 Subject: [PATCH] cirrus: remove UBUNTU_NAME We don't use it and set in in the cirrus.yml anymore. Signed-off-by: Paul Holzinger --- contrib/cirrus/prebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/prebuild.sh b/contrib/cirrus/prebuild.sh index 83c6c9e74b..a0947ccea6 100755 --- a/contrib/cirrus/prebuild.sh +++ b/contrib/cirrus/prebuild.sh @@ -16,7 +16,7 @@ set +a req_env_vars CI DEST_BRANCH IMAGE_SUFFIX TEST_FLAVOR TEST_ENVIRON \ PODBIN_NAME PRIV_NAME DISTRO_NV AUTOMATION_LIB_PATH \ - SCRIPT_BASE CIRRUS_WORKING_DIR FEDORA_NAME UBUNTU_NAME \ + SCRIPT_BASE CIRRUS_WORKING_DIR FEDORA_NAME \ VM_IMAGE_NAME # Defined by the CI system