diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-12 19:27:28 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-12 19:27:28 +0200 |
commit | 8c543e6010c325d86b2fd6a3978596fd92441a71 (patch) | |
tree | 9ae9951c525b9db955cd371f18bdcdbc411e7189 /doc/ci | |
parent | 388f69b0de6450ec48a8b88df48bbe2d465593ea (diff) | |
parent | a3b626bf2544a1ad98651a2a2c5cdd13dc934e12 (diff) | |
download | gitlab-ce-8c543e6010c325d86b2fd6a3978596fd92441a71.tar.gz |
Merge branch 'master' into gitlab-ci-yaml-updates
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/enable_or_disable_ci.md | 2 |
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`. |