summaryrefslogtreecommitdiff
path: root/contrib/cirrus/lib.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-16 19:54:51 +0200
committerGitHub <noreply@github.com>2019-07-16 19:54:51 +0200
commita449e9a2cf4b73163df75674059de04488cd2706 (patch)
tree59b682bab11f3a1f4136c9678e3c91c80c6947ab /contrib/cirrus/lib.sh
parent386ffd28d64a19a9c244ab477a45c4d2fa239ff6 (diff)
parent35c174f723da081af7cbc1016992cd6714cf6f24 (diff)
downloadpodman-a449e9a2cf4b73163df75674059de04488cd2706.tar.gz
podman-a449e9a2cf4b73163df75674059de04488cd2706.tar.bz2
podman-a449e9a2cf4b73163df75674059de04488cd2706.zip
Merge pull request #3546 from cevich/abstract_dest_branch
Cirrus: Abstract destination branch refs.
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r--contrib/cirrus/lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh
index b2fcaa749..4acdb460a 100644
--- a/contrib/cirrus/lib.sh
+++ b/contrib/cirrus/lib.sh
@@ -45,6 +45,7 @@ fi
# Defaults when not running under CI
export CI="${CI:-false}"
CIRRUS_CI="${CIRRUS_CI:-false}"
+DEST_BRANCH="${DEST_BRANCH:-master}"
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