Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-14 14:14:20 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-14 14:14:20 +0300
commitf2b00f10e9f24d154583bd4341e08ee28e5496f2 (patch)
treeeac5e0f0418224fd4a59c49bc1461696cf2dbdef /.gitlab-ci.yml
parentc339ef07b217017a385ddea875dc686c5c6683b6 (diff)
Build the docs site using the latest stable branches
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15ea541e..e203ab9f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,12 @@ before_script:
- ruby -v
- bundle install --jobs 4 --path vendor
+variables:
+ BRANCH_CE: '8-17-stable'
+ BRANCH_EE: '8-17-stable-ee'
+ BRANCH_OMNIBUS: '8-17-stable'
+ BRANCH_RUNNER: '1-9-stable'
+
compile:
stage: build
script: