summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-06-19 15:13:38 -0400
committerChris Evich <cevich@redhat.com>2020-06-19 15:17:36 -0400
commit83c90367c5767cd210a431b6127edb3a5015719f (patch)
treec20663d7a8fa2d286ed4ea194fc90f5e5e509295 /contrib/cirrus
parent89dbd1a916b2aeb96901402be6f3cc58373b5fe4 (diff)
downloadpodman-83c90367c5767cd210a431b6127edb3a5015719f.tar.gz
podman-83c90367c5767cd210a431b6127edb3a5015719f.tar.bz2
podman-83c90367c5767cd210a431b6127edb3a5015719f.zip
Cirrus: Change DEST_BRANCH to v2.0
Also remove job that only runs on 'master', and reference most container image names using the v2.0 branch tag. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus')
-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