diff options
author | Chris Evich <cevich@redhat.com> | 2020-12-01 11:52:57 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-12-01 11:52:57 -0500 |
commit | 22e4ecc702daab11c24a891430006b2b353f9ebf (patch) | |
tree | faa58ac1aca47814113927fccfa8530ef3548515 | |
parent | bd194f151aabe78146e415b32b9d6e7c53a1425f (diff) | |
download | podman-22e4ecc702daab11c24a891430006b2b353f9ebf.tar.gz podman-22e4ecc702daab11c24a891430006b2b353f9ebf.tar.bz2 podman-22e4ecc702daab11c24a891430006b2b353f9ebf.zip |
Cirrus: Update for v2.2 branch
Signed-off-by: Chris Evich <cevich@redhat.com>
-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" |