diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-30 13:21:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 13:21:23 -0400 |
commit | 61b7beaf8e595bdc1305a12b49e26a25bbc2bc42 (patch) | |
tree | 8771790b2fadb7b0a47ce9d67c4440426444c6f0 /.cirrus.yml | |
parent | 056f492f59c333d521ebbbe186abde0278e815db (diff) | |
parent | 40ef17ac282fab7229a121635f81842fb5d65eb0 (diff) | |
download | podman-61b7beaf8e595bdc1305a12b49e26a25bbc2bc42.tar.gz podman-61b7beaf8e595bdc1305a12b49e26a25bbc2bc42.tar.bz2 podman-61b7beaf8e595bdc1305a12b49e26a25bbc2bc42.zip |
Merge pull request #10827 from cevich/master_to_main
Cirrus: Fixes due to master->main rename
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 d32275a39..8a79ade78 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: "main" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" |