Skip to content
Snippets Groups Projects
Verified Commit abd016ec authored by psy's avatar psy
Browse files

add missing endif

parent 2ffe6441
No related branches found
No related tags found
No related merge requests found
...@@ -653,6 +653,7 @@ gitlab_rails['registry_enabled'] = true ...@@ -653,6 +653,7 @@ gitlab_rails['registry_enabled'] = true
{% if gitlab.registry_path %} {% if gitlab.registry_path %}
gitlab_rails['registry_path'] = "{{ gitlab.registry_path }}" gitlab_rails['registry_path'] = "{{ gitlab.registry_path }}"
{% endif %}
# Notification secret, it's used to authenticate notification requests to GitLab application # Notification secret, it's used to authenticate notification requests to GitLab application
# You only need to change this when you use external Registry service, otherwise # You only need to change this when you use external Registry service, otherwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment