summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-20 05:41:04 -0400
committerGitHub <noreply@github.com>2020-06-20 05:41:04 -0400
commit13924bac11a8b6bc24f5fdf8cd314dce0ed48b58 (patch)
treefe79e84a9165b08d817f14abfe84bc59a2433cca /contrib
parentbade38c32d195b8063f52a2346b323051f45cf72 (diff)
parent83c90367c5767cd210a431b6127edb3a5015719f (diff)
downloadpodman-13924bac11a8b6bc24f5fdf8cd314dce0ed48b58.tar.gz
podman-13924bac11a8b6bc24f5fdf8cd314dce0ed48b58.tar.bz2
podman-13924bac11a8b6bc24f5fdf8cd314dce0ed48b58.zip
Merge pull request #6695 from cevich/update_v2.0
Cirrus: Change DEST_BRANCH to v2.0
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cirrus/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh
index 66e8060cf..a048a3068 100644
--- a/contrib/cirrus/lib.sh
+++ b/contrib/cirrus/lib.sh
@@ -56,7 +56,7 @@ fi
# Defaults when not running under CI
export CI="${CI:-false}"
CIRRUS_CI="${CIRRUS_CI:-false}"
-DEST_BRANCH="${DEST_BRANCH:-master}"
+DEST_BRANCH="${DEST_BRANCH:-v2.0}"
CONTINUOUS_INTEGRATION="${CONTINUOUS_INTEGRATION:-false}"
CIRRUS_REPO_NAME=${CIRRUS_REPO_NAME:-libpod}
CIRRUS_BASE_SHA=${CIRRUS_BASE_SHA:-unknown$(date +%s)} # difficult to reliably discover