From 8b27658e05e0819d974fcd4f7e4c0cf922b53a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 7 Aug 2023 19:22:16 +0200 Subject: [PATCH] Fix the branch we use for determining a git-validation starting point MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7116742ef8..f9abd36e7b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run - DEST_BRANCH: "release-5.26" + DEST_BRANCH: "release-5.27" # CI container image tag (c/skopeo branch name) SKOPEO_CI_TAG: "release-1.13" # Use GO module mirror (reason unknown, travis did it this way)