diff options
author | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:54:18 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-05-20 13:54:18 -0400 |
commit | 0649552f2bcb101c7c85677449591534e043ff8d (patch) | |
tree | 74c697ea14c97afa5d28a406439d80384007cdd0 | |
parent | 902507513cdddbf121cc4d2c751c9a429ffbe286 (diff) | |
download | podman-0649552f2bcb101c7c85677449591534e043ff8d.tar.gz podman-0649552f2bcb101c7c85677449591534e043ff8d.tar.bz2 podman-0649552f2bcb101c7c85677449591534e043ff8d.zip |
Update Cirrus DEST_BRANCH to v3.2
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1eb516d84..4b48fb198 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: "v3.2" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" |