aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-11-01 13:31:20 -0400
committerMatthew Heon <matthew.heon@pm.me>2019-11-01 13:32:05 -0400
commitd9f40fedcd566146cfbffbd0c2fe5086da72cb42 (patch)
tree8fc8eb662ee8c917aa1fe9f5b3f7ca691c464e69
parent95b2fd6c273ded741614665644c431a1c7831a70 (diff)
downloadpodman-d9f40fedcd566146cfbffbd0c2fe5086da72cb42.tar.gz
podman-d9f40fedcd566146cfbffbd0c2fe5086da72cb42.tar.bz2
podman-d9f40fedcd566146cfbffbd0c2fe5086da72cb42.zip
Update Cirrus branch info for new branch
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 0713f6dda..d5e221a4f 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: "v1.6"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: "/var/tmp/go"
GOSRC: "/var/tmp/go/src/github.com/containers/libpod"