diff options
author | Chris Evich <cevich@redhat.com> | 2021-03-23 15:05:46 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-03-23 15:05:46 -0400 |
commit | 4f11517c0f8aa249bdceeaa045e8a32afb5d254f (patch) | |
tree | 165f177bdb6d7c2c324f9e90350798f85e9d929f | |
parent | e24c40703cd121990b53a37a304f9ae25b23bd58 (diff) | |
download | podman-4f11517c0f8aa249bdceeaa045e8a32afb5d254f.tar.gz podman-4f11517c0f8aa249bdceeaa045e8a32afb5d254f.tar.bz2 podman-4f11517c0f8aa249bdceeaa045e8a32afb5d254f.zip |
Cirrus: Update configuration for v3.1 branch
Signed-off-by: Chris Evich <cevich@redhat.com>
-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" |