From 70551db8cab2ca18f846761f26817b305a9b2c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 24 Oct 2023 14:58:11 +0200 Subject: [PATCH] Remove unused environment variables in Cirrus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some other containers/* repos use these values in test names; we don't, so remove them so that we don't have to worry about keeping them up to date. Signed-off-by: Miloslav Trmač --- .cirrus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3e7ee4c2..68f177f5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,11 +20,6 @@ env: # Save a little typing (path relative to $CIRRUS_WORKING_DIR) SCRIPT_BASE: "./contrib/cirrus" - #### - #### Cache-image names to test with (double-quotes around names are critical) - #### - FEDORA_NAME: "fedora-38" - # Google-cloud VM Images IMAGE_SUFFIX: "c20231004t194547z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"