actually enable artifacts

This commit is contained in:
Benjamin Montgomery 2016-04-09 20:51:15 +00:00
parent 600b94cd8b
commit ca823065a9
1 changed files with 2 additions and 2 deletions

View File

@ -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.