diff options
author | Chris Evich <cevich@redhat.com> | 2021-06-30 11:39:19 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-06-30 11:39:19 -0400 |
commit | 40ef17ac282fab7229a121635f81842fb5d65eb0 (patch) | |
tree | 8771790b2fadb7b0a47ce9d67c4440426444c6f0 /contrib/cirrus/runner.sh | |
parent | 056f492f59c333d521ebbbe186abde0278e815db (diff) | |
download | podman-40ef17ac282fab7229a121635f81842fb5d65eb0.tar.gz podman-40ef17ac282fab7229a121635f81842fb5d65eb0.tar.bz2 podman-40ef17ac282fab7229a121635f81842fb5d65eb0.zip |
Cirrus: Fixes due to master->main rename
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/runner.sh')
-rwxr-xr-x | contrib/cirrus/runner.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 47f3c9405..c46258cd6 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -145,9 +145,9 @@ function _run_swagger() { elif [[ -n "$CIRRUS_TAG" ]]; then upload_bucket="libpod-master-releases" upload_filename="swagger-$CIRRUS_TAG.yaml" - elif [[ "$CIRRUS_BRANCH" == "master" ]]; then + elif [[ "$CIRRUS_BRANCH" == "main" ]]; then upload_bucket="libpod-master-releases" - # readthedocs versioning uses "latest" for "master" (default) branch + # readthedocs versioning uses "latest" for "main" (default) branch upload_filename="swagger-latest.yaml" elif [[ -n "$CIRRUS_BRANCH" ]]; then upload_bucket="libpod-master-releases" |