aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-09-24 17:40:46 +0000
committerGitHub <noreply@github.com>2020-09-24 17:40:46 +0000
commit17db9851d05544ef49f8bce0deec452a99aae2a9 (patch)
treef147005babb3a5bb2b3c4b1a44d9470524a9550a /.cirrus.yml
parentc1a0b7d9d6a9a8e6afdae2392dc86a77f5e71676 (diff)
parentca6fef1e1ce0304fe52d9348bc6ebf9d4d4207de (diff)
downloadpodman-17db9851d05544ef49f8bce0deec452a99aae2a9.tar.gz
podman-17db9851d05544ef49f8bce0deec452a99aae2a9.tar.bz2
podman-17db9851d05544ef49f8bce0deec452a99aae2a9.zip
Merge pull request #7732 from mheon/bump_211dev
Bump to v2.1.1-dev
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 6f32bf182..aef01689d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,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.1"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: "/var/tmp/go"
GOBIN: "${GOPATH}/bin"