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:
authorMarcel Amirault <mamirault@gitlab.com>2021-06-21 17:22:50 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-06-21 17:22:50 +0300
commitacabee16168074d9a4e915c74cb41cb68f4faf82 (patch)
treed16a43fd3e6af0f5413085df45098247035d40b6 /.gitlab-ci.yml
parentb78e69185ec805331af57dff694a8f5e661ddb01 (diff)
Update runner default branch to main
The runner project changed the default branch to main, so we need to make sure we pull from main whenever we need to in the docs project
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18ac7191..39f3988b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ stages:
variables:
BRANCH_EE: 'master'
BRANCH_OMNIBUS: 'master'
- BRANCH_RUNNER: 'master'
+ BRANCH_RUNNER: 'main'
BRANCH_CHARTS: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'