Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-09 20:29:57 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-09 20:29:57 +0300
commit0094d8f19644152a66b9d21b8cd86f797199311f (patch)
treee55903e0a444857858c3ecf69427c9b8e0434e3f /config/gitlab.yml.example
parent51a8811e262c48e2d3aaa426b3c87693dda87b37 (diff)
Rename `images` to `container_registry`
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index cbb7c656fe7..f7a58753421 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -98,6 +98,7 @@ production: &base
wiki: true
snippets: false
builds: true
+ container_registry: true
## Webhook settings
# Number of seconds to wait for HTTP response after sending webhook HTTP POST request (default: 10)