summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-09-15 16:05:27 -0400
committerMatthew Heon <mheon@redhat.com>2021-09-16 11:00:05 -0400
commitfd56c838622ba78c3e19b3e0ce96d7dc2f6246f4 (patch)
tree830871978d8d39b9251f136fa34dc479441396f8 /.cirrus.yml
parent4841ec5c6b9e732b8e79cf5b636d0e6a148fe9a1 (diff)
downloadpodman-fd56c838622ba78c3e19b3e0ce96d7dc2f6246f4.tar.gz
podman-fd56c838622ba78c3e19b3e0ce96d7dc2f6246f4.tar.bz2
podman-fd56c838622ba78c3e19b3e0ce96d7dc2f6246f4.zip
Set DEST_BRANCH in cirrus to fix CI
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 581aaaa7b..4df2d3201 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, PR or post-merge.
- DEST_BRANCH: "main"
+ DEST_BRANCH: "v3.4"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: &gopath "/var/tmp/go"
GOBIN: "${GOPATH}/bin"