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:19:41 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-25 14:19:41 +0300
commita14243228ac5320573676626698592013fe14367 (patch)
tree3d05879082d94675e14403c37eb46dd51662a7da
parent562455573d7d058c356516af28097b49fa67d1d9 (diff)
Use stable branches instead of master in branches variables
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c42f3939..e5cbe75c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,10 +12,10 @@ 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_CE: '11-2-stable'
+ BRANCH_EE: '11-2-stable-ee'
+ BRANCH_OMNIBUS: '11-2-stable'
+ BRANCH_RUNNER: '11-2-stable'
#
# Check Ruby version and install gems