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/lib.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/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index 16eb6735a..9a7bfba8f 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -74,7 +74,7 @@ PODMAN_SERVER_LOG=$CIRRUS_WORKING_DIR/server.log # Defaults when not running under CI export CI="${CI:-false}" CIRRUS_CI="${CIRRUS_CI:-false}" -DEST_BRANCH="${DEST_BRANCH:-master}" +DEST_BRANCH="${DEST_BRANCH:-main}" CONTINUOUS_INTEGRATION="${CONTINUOUS_INTEGRATION:-false}" CIRRUS_REPO_NAME=${CIRRUS_REPO_NAME:-podman} # Cirrus only sets $CIRRUS_BASE_SHA properly for PRs, but $EPOCH_TEST_COMMIT |