aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-22 11:39:29 +0200
committerMaxime Dénès2017-09-22 11:39:29 +0200
commit63b3b3f307053fd055355d8a669456c988d083aa (patch)
treee37c74d2f9ebd3a5b403bc11b475df58381755f2 /dev
parent95305e675a4e21f2425f2ffa9662095d864d9083 (diff)
parentcb121381aea4eff595ee9322fa8dca9959e51a59 (diff)
Merge PR #1065: In gitlab set TRAVIS_BRANCH so user overlays will work as expected.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index 358f527f9e..1bfdf7dfbe 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -5,6 +5,7 @@ set -xe
if [ -n "${GITLAB_CI}" ];
then
export COQBIN=`pwd`/_install_ci/bin
+ export TRAVIS_BRANCH="$CI_COMMIT_REF_NAME"
else
export COQBIN=`pwd`/bin
fi