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:
authorSarah German <sgerman@gitlab.com>2022-04-14 08:38:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-04-14 08:38:43 +0300
commita46a2cdfecbd07917f0d5a054835ec0ce59f7910 (patch)
tree82dc0cfcf93cdf163a4db3c48213456decf450ec
parent10c63ae542d9b9bb35e827a150b977a31bd8ddca (diff)
Add gitlab-operator to docs site setup directions
-rw-r--r--doc/setup.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/setup.md b/doc/setup.md
index 7fda51c9..4b4ee055 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -201,6 +201,7 @@ local checkouts in a `dev` directory:
git clone https://gitlab.com/<username>/gitlab-runner.git
git clone https://gitlab.com/<username>/omnibus-gitlab.git
git clone https://gitlab.com/<username>/charts/gitlab.git charts-gitlab
+ git clone https://gitlab.com/<username>/gitlab-operator.git
```
- For members that have Developer access (usually the
@@ -212,6 +213,7 @@ local checkouts in a `dev` directory:
git clone git@gitlab.com:gitlab-org/gitlab-runner.git
git clone git@gitlab.com:gitlab-org/omnibus-gitlab.git
git clone git@gitlab.com:gitlab-org/charts/gitlab.git charts-gitlab
+ git clone git@gitlab.com:gitlab-org/cloud-native/gitlab-operator.git
```
If you cloned the projects into `~/dev`, you should now have the following projects:
@@ -221,6 +223,7 @@ If you cloned the projects into `~/dev`, you should now have the following proje
- `~/dev/gitlab-runner`
- `~/dev/omnibus-gitlab`
- `~/dev/charts-gitlab`
+- `~/dev/gitlab-operator`
## Preview the documentation website