diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-23 14:50:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 14:50:43 -0700 |
commit | c8af1747320bb9506ab4ea80892f0dae81c03a95 (patch) | |
tree | f55e41401305fd4e43f912877c04b34e3bd81021 /.cirrus.yml | |
parent | 7512694e7c220da6230197c30e48ce1ca43619dc (diff) | |
parent | 4f11517c0f8aa249bdceeaa045e8a32afb5d254f (diff) | |
download | podman-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.yml | 2 |
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" |