diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-01 21:39:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 21:39:53 +0100 |
commit | 350f0f0e9a5fc478d84ded179d9a8e605c4cd821 (patch) | |
tree | faa58ac1aca47814113927fccfa8530ef3548515 | |
parent | bd194f151aabe78146e415b32b9d6e7c53a1425f (diff) | |
parent | 22e4ecc702daab11c24a891430006b2b353f9ebf (diff) | |
download | podman-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.yml | 2 |
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" |