aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-20 16:13:18 -0400
committerGitHub <noreply@github.com>2021-05-20 16:13:18 -0400
commit5d1e39b456557a7f50ccda576fb0ecb6043a5bc3 (patch)
tree216cfa1539cd7a71a96cdb00f5be4c64ba14b56e /.cirrus.yml
parentfe0595683a05c0f0307e07f0cce29f6ae0b3d310 (diff)
parent32dd933a7e312215c55bf05628be34b3ce9fbdf5 (diff)
downloadpodman-5d1e39b456557a7f50ccda576fb0ecb6043a5bc3.tar.gz
podman-5d1e39b456557a7f50ccda576fb0ecb6043a5bc3.tar.bz2
podman-5d1e39b456557a7f50ccda576fb0ecb6043a5bc3.zip
Merge pull request #10415 from mheon/32_vendor
[v3.2] Update vendors of container projects
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 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"