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 <axil@gitlab.com>2019-10-25 14:08:09 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-25 14:08:09 +0300
commit2dd5ebd257ae8cfed39979843645d193a5850169 (patch)
tree25d19a3091222960ecc4e19f6bfd79a409cbcec6
parent23b4335510557730b16dfddcd21b4f1adc711b31 (diff)
Use stable branches instead of master in branches variables11.10
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36e89bef..40201bee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,11 +12,11 @@ stages:
# Pick the remote branch, by default master (see the Rakefile for more info)
#
variables:
- BRANCH_CE: 'master'
- BRANCH_EE: 'master'
- BRANCH_OMNIBUS: 'master'
- BRANCH_RUNNER: 'master'
- BRANCH_CHARTS: 'master'
+ BRANCH_CE: '11-10-stable'
+ BRANCH_EE: '11-10-stable-ee'
+ BRANCH_OMNIBUS: '11-10-stable'
+ BRANCH_RUNNER: '11-10-stable'
+ BRANCH_CHARTS: '1-8-stable'
#
# Check Ruby version and install gems