Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/cicd.md')
-rw-r--r--doc/administration/cicd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/cicd.md b/doc/administration/cicd.md
index a3d9a853aaf..4e98423ea60 100644
--- a/doc/administration/cicd.md
+++ b/doc/administration/cicd.md
@@ -14,13 +14,13 @@ GitLab administrators can manage the GitLab CI/CD configuration for their instan
GitLab CI/CD is enabled by default in all new projects on an instance. You can set
CI/CD to be disabled by default in new projects by modifying the settings in:
-- `gitlab.yml` for source installations.
+- `gitlab.yml` for self-compiled installations.
- `gitlab.rb` for Linux package installations.
Existing projects that already had CI/CD enabled are unchanged. Also, this setting only changes
the project default, so project owners [can still enable CI/CD in the project settings](../ci/enable_or_disable_ci.md#enable-cicd-in-a-project).
-For installations from source:
+For self-compiled installations:
1. Open `gitlab.yml` with your editor and set `builds` to `false`: