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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-11 22:26:18 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-11 22:26:18 +0300
commit5461170fb39d62d8b780d4bd02eaddc8b4918686 (patch)
tree88a6efc81a6cf6b7ec6d0d713031a740dfbf6a39 /doc/ci/enable_or_disable_ci.md
parentb886d833d3835bc0204fd3ed8f9a00fdf3c27ed1 (diff)
Fix incorrect gitlab.rb variable in CI docs
[ci skip]
Diffstat (limited to 'doc/ci/enable_or_disable_ci.md')
-rw-r--r--doc/ci/enable_or_disable_ci.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/enable_or_disable_ci.md b/doc/ci/enable_or_disable_ci.md
index 9bd2f5aff22..c10f82054e2 100644
--- a/doc/ci/enable_or_disable_ci.md
+++ b/doc/ci/enable_or_disable_ci.md
@@ -64,7 +64,7 @@ Save the file and restart GitLab: `sudo service gitlab restart`.
For Omnibus installations, edit `/etc/gitlab/gitlab.rb` and add the line:
```
-gitlab-rails['gitlab_default_projects_features_builds'] = false
+gitlab_rails['gitlab_default_projects_features_builds'] = false
```
Save the file and reconfigure GitLab: `sudo gitlab-ctl reconfigure`.