diff options
| author | Maxime Dénès | 2017-09-22 11:39:29 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-09-22 11:39:29 +0200 |
| commit | 63b3b3f307053fd055355d8a669456c988d083aa (patch) | |
| tree | e37c74d2f9ebd3a5b403bc11b475df58381755f2 /dev | |
| parent | 95305e675a4e21f2425f2ffa9662095d864d9083 (diff) | |
| parent | cb121381aea4eff595ee9322fa8dca9959e51a59 (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.sh | 1 |
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 |
