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:05:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-25 14:05:03 +0300
commit2320bee3bcefe6ca754cd1f12d599443d7b35fb9 (patch)
treefca3c5d9617a19455b21fc4d7c5f81235636e587
parent412ec42f7f7392a0a382c539a76fa6e9292ebf7c (diff)
Use stable branches instead of master in branches variables12.0
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d2e9e46..259e3515 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: '12-0-stable'
+ BRANCH_EE: '12-0-stable-ee'
+ BRANCH_OMNIBUS: '12-0-stable'
+ BRANCH_RUNNER: '12-0-stable'
+ BRANCH_CHARTS: '2-0-stable'
#
# Check Ruby version and install gems