From ef8a7a5e6aec87a0f41eff081266a0e7b7fb6afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 23 Jan 2024 21:39:42 +0100 Subject: [PATCH] Use a stable Skopeo branch for testing the stable c/image branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to avoid breakage on incompatible dependency updates, like https://cirrus-ci.com/build/5613830407979008 . Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bac8d525a3..e1bd7ad4e0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ env: # Name of the ultimate destination branch for this CI run DEST_BRANCH: "release-5.29" # c/skopeo branch name which must work with this c/image branch - SKOPEO_CI_BRANCH: "main" + SKOPEO_CI_BRANCH: "release-1.14" # Use GO module mirror (reason unknown, travis did it this way) GOPROXY: https://proxy.golang.org # Overrides default location (/tmp/cirrus) for repo clone