From 2dd5ebd257ae8cfed39979843645d193a5850169 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 25 Oct 2019 13:08:09 +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 36e89bef..40201bee 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: '11-10-stable' + BRANCH_EE: '11-10-stable-ee' + BRANCH_OMNIBUS: '11-10-stable' + BRANCH_RUNNER: '11-10-stable' + BRANCH_CHARTS: '1-8-stable' # # Check Ruby version and install gems -- cgit v1.2.3