diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-02 15:05:13 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-02 15:05:13 -0400 |
commit | 489e0f0757982263463721260f4bb9bd77927128 (patch) | |
tree | fc4d947be6c406d712a88275e8f91706eb72fe6d | |
parent | c5995c9d35d5ce74c8f3f4ac391fac2094cca344 (diff) | |
download | podman-489e0f0757982263463721260f4bb9bd77927128.tar.gz podman-489e0f0757982263463721260f4bb9bd77927128.tar.bz2 podman-489e0f0757982263463721260f4bb9bd77927128.zip |
Cirrus: CI Support for v3.3 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 7218e3e9a..7e235d1a5 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: "v3.3" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" |