summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-23 14:50:43 -0700
committerGitHub <noreply@github.com>2021-03-23 14:50:43 -0700
commitc8af1747320bb9506ab4ea80892f0dae81c03a95 (patch)
treef55e41401305fd4e43f912877c04b34e3bd81021 /.cirrus.yml
parent7512694e7c220da6230197c30e48ce1ca43619dc (diff)
parent4f11517c0f8aa249bdceeaa045e8a32afb5d254f (diff)
downloadpodman-c8af1747320bb9506ab4ea80892f0dae81c03a95.tar.gz
podman-c8af1747320bb9506ab4ea80892f0dae81c03a95.tar.bz2
podman-c8af1747320bb9506ab4ea80892f0dae81c03a95.zip
Merge pull request #9793 from cevich/v3.1_branch_update
Cirrus: Update configuration for v3.1 branch
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 9c13f5303..f3acf8b8f 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.1"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: &gopath "/var/tmp/go"
GOBIN: "${GOPATH}/bin"