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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-12-10 13:01:39 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-12-10 13:01:39 +0300
commitc236df0d3e438d171c662990caf62e696fb2f1c2 (patch)
treef9e33d89b4332cf2e496d2d3d13706edd4c95c6a /doc
parent8970ca28a081444eff188179140c291da6a34bd5 (diff)
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/development.md b/doc/development.md
index dadc9ba8..29287b84 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -158,13 +158,11 @@ To add an additional set of product documentation to docs.gitlab.com from a sepa
PRODUCTS = %w[ee omnibus runner charts <product_name>].freeze
```
- - If the product has a different stable branch naming scheme than what is
- already in this file, you need to add another
- [when statement](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/68814c875e322b1871d6368135af49794041ddd1/lib/task_helpers.rb#L20-44)
- that takes care of that.
-
- Otherwise, if the product doesn't have a stable branch at all, you can omit
- this and the default branch will be always pulled.
+ If the product has a different stable branch naming scheme than what is
+ already in this file, you need to add another
+ [when statement](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/68814c875e322b1871d6368135af49794041ddd1/lib/task_helpers.rb#L20-44)
+ that takes care of that. Otherwise, if the product doesn't have a stable
+ branch at all, you can omit this and the default branch will be always pulled.
1. Edit [`.gitlab-ci.yml`](https://gitlab.com/gitlab-org/gitlab-docs/-/blob/68814c875e322b1871d6368135af49794041ddd1/.gitlab-ci.yml#L30-34) and set the default branch variable for the new product. For example: