Merge branch 'dz-add-packages-to-yml' into 'master'

Add packages section to CE config file

See merge request gitlab-org/gitlab-ce!22151
This commit is contained in:
Marin Jankovski 2018-11-06 15:05:44 +00:00
commit d79828ec5a
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@ production: &base
# endpoint: 'http://127.0.0.1:9000' # default: nil
# path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
## Packages (maven repository so far)
packages:
enabled: false
## GitLab Pages
pages:
enabled: false