diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-03 18:40:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 18:40:01 +0000 |
commit | b1d38753255e0ec4d02574964b4a3fcc748c4820 (patch) | |
tree | fc4d947be6c406d712a88275e8f91706eb72fe6d | |
parent | c5995c9d35d5ce74c8f3f4ac391fac2094cca344 (diff) | |
parent | 489e0f0757982263463721260f4bb9bd77927128 (diff) | |
download | podman-b1d38753255e0ec4d02574964b4a3fcc748c4820.tar.gz podman-b1d38753255e0ec4d02574964b4a3fcc748c4820.tar.bz2 podman-b1d38753255e0ec4d02574964b4a3fcc748c4820.zip |
Merge pull request #11097 from cevich/v3.3_ci
Cirrus: CI Support for v3.3 Branch
-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" |