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-11-22 11:51:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-11-22 11:51:43 +0300
commit6e196d9471b5ca9e19b8ae88152c0edaf98ffd4b (patch)
treec3af398a07487e49dde501a80235f22f7c77e9a7
parent1bd76a38f44c8c88d56fd0e331b097bd0f1043dc (diff)
Change .gitlab-ci.yml variables to point to 12.5
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b21b1c08..0860780c 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_EE: 'master'
- BRANCH_OMNIBUS: 'master'
- BRANCH_RUNNER: 'master'
- BRANCH_CHARTS: 'master'
+ BRANCH_EE: '12-5-stable-ee'
+ BRANCH_OMNIBUS: '12-5-stable'
+ BRANCH_RUNNER: '12-5-stable'
+ BRANCH_CHARTS: '2-5-stable'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'