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:20:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-10-25 14:20:48 +0300
commit83a5e2c2300d6568a878c7752400f98f6d075da2 (patch)
treedf62f28a3a2afd43ef49ae1741b3d85841d84f1b
parent620c1b56392ef92afa97240c48bd1efa837b2708 (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..8a5ee4a9 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-0-stable'
+ BRANCH_EE: '11-0-stable-ee'
+ BRANCH_OMNIBUS: '11-0-stable'
+ BRANCH_RUNNER: '11-0-stable'
#
# Check Ruby version and install gems