Commit ca823065 authored by Benjamin Montgomery's avatar Benjamin Montgomery

actually enable artifacts

parent 600b94cd
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment