diff options
author | Matthew Heon <mheon@redhat.com> | 2022-01-28 09:23:29 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-01-28 09:23:29 -0500 |
commit | ebf5ad50eb2e97fcec2d2f64dff410cf5b65dad5 (patch) | |
tree | 00d41c06979e8e00011cecbea9c1c2a99b3e5eb9 | |
parent | 1b544b74247e538a2cda7bd476cb340cf8f57b81 (diff) | |
download | podman-ebf5ad50eb2e97fcec2d2f64dff410cf5b65dad5.tar.gz podman-ebf5ad50eb2e97fcec2d2f64dff410cf5b65dad5.tar.bz2 podman-ebf5ad50eb2e97fcec2d2f64dff410cf5b65dad5.zip |
Fix Cirrus destination branch
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1bbd41b22..1c953c952 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: "main" + DEST_BRANCH: "v4.0" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" |