summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-01 21:39:53 +0100
committerGitHub <noreply@github.com>2020-12-01 21:39:53 +0100
commit350f0f0e9a5fc478d84ded179d9a8e605c4cd821 (patch)
treefaa58ac1aca47814113927fccfa8530ef3548515
parentbd194f151aabe78146e415b32b9d6e7c53a1425f (diff)
parent22e4ecc702daab11c24a891430006b2b353f9ebf (diff)
downloadpodman-350f0f0e9a5fc478d84ded179d9a8e605c4cd821.tar.gz
podman-350f0f0e9a5fc478d84ded179d9a8e605c4cd821.tar.bz2
podman-350f0f0e9a5fc478d84ded179d9a8e605c4cd821.zip
Merge pull request #8537 from cevich/upd_v2.2_branch_ci
Cirrus: Update for v2.2 branch
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5f99b0490..aad3392a9 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: "v2.2"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: &gopath "/var/tmp/go"
GOBIN: "${GOPATH}/bin"