summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2021-06-30 11:39:19 -0400
committerChris Evich <cevich@redhat.com>2021-06-30 11:39:19 -0400
commit40ef17ac282fab7229a121635f81842fb5d65eb0 (patch)
tree8771790b2fadb7b0a47ce9d67c4440426444c6f0 /.cirrus.yml
parent056f492f59c333d521ebbbe186abde0278e815db (diff)
downloadpodman-40ef17ac282fab7229a121635f81842fb5d65eb0.tar.gz
podman-40ef17ac282fab7229a121635f81842fb5d65eb0.tar.bz2
podman-40ef17ac282fab7229a121635f81842fb5d65eb0.zip
Cirrus: Fixes due to master->main rename
Signed-off-by: Chris Evich <cevich@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 d32275a39..8a79ade78 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: "master"
+ DEST_BRANCH: "main"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: &gopath "/var/tmp/go"
GOBIN: "${GOPATH}/bin"