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:02:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-25 14:02:19 +0300
commit285840d16449579fe28d01e10050f109cad8093d (patch)
tree09289f66e308b1e2acc412af7f4a35634aebdb98
parent68515f9d3d992ffab918c56e6850887675f0b379 (diff)
Use stable branches instead of master in branches variables12.2
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef4cb9f8..3df186a3 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-2-stable'
+ BRANCH_EE: '12-2-stable-ee'
+ BRANCH_OMNIBUS: '12-2-stable'
+ BRANCH_RUNNER: '12-2-stable'
+ BRANCH_CHARTS: '2-2-stable'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'