summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Montgomery <bmontgom@montynet.org>2016-04-09 20:51:15 +0000
committerBenjamin Montgomery <bmontgom@montynet.org>2016-04-09 20:51:15 +0000
commitca823065a905f8c19b2003a67e79831ba1ceff2e (patch)
treee3e2f51c190c55fbfde38544b5a0136e6dfa0d59
parent600b94cd8bdf767e3f5ae4b21af73858a0055a7c (diff)
downloadgitlab-ce-ca823065a905f8c19b2003a67e79831ba1ceff2e.tar.gz
actually enable artifacts
-rw-r--r--doc/ci/build_artifacts/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/build_artifacts/README.md b/doc/ci/build_artifacts/README.md
index 71db5aa5dc8..bd26da2af6d 100644
--- a/doc/ci/build_artifacts/README.md
+++ b/doc/ci/build_artifacts/README.md
@@ -31,7 +31,7 @@ To disable it site-wide, follow the steps below.
1. Edit `/etc/gitlab/gitlab.rb` and add the following line:
```ruby
- gitlab_rails['artifacts_enabled'] = false
+ gitlab_rails['artifacts_enabled'] = true
```
1. Save the file and [reconfigure GitLab][] for the changes to take effect.
@@ -44,7 +44,7 @@ To disable it site-wide, follow the steps below.
```yaml
artifacts:
- enabled: false
+ enabled: true
```
1. Save the file and [restart GitLab][] for the changes to take effect.