mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 08:06:08 +10:00
Merge branch 'docs_typo_ci' into 'master'
Fix incorrect gitlab.rb variable in CI docs Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14115 See merge request !3187
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user