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>2022-04-04 19:56:05 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-04-04 19:56:05 +0300
commit8cb970e296cc386673decee27c4087ad7ce4261e (patch)
tree9636236a8a3afe92dae374458f852bd7e4937ab0 /.gitlab-ci.yml
parente53fdb0e75e65fc8ef698ff315ae2d374d21aa7f (diff)
Add GitLab Operator as a new product of the docs site
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e29897b5..c7c98273 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ variables:
BRANCH_OMNIBUS: 'master'
BRANCH_RUNNER: 'main'
BRANCH_CHARTS: 'master'
+ BRANCH_OPERATOR: 'master'
BUNDLE_PATH__SYSTEM: 'false'
GIT_DEPTH: '20'
ALPINE_VERSION: '3.15'