From 285840d16449579fe28d01e10050f109cad8093d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 25 Oct 2019 13:02:19 +0200 Subject: Use stable branches instead of master in branches variables --- .gitlab-ci.yml | 10 +++++----- 1 file 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' -- cgit v1.2.3