Skip to content

Commit

Permalink
ci_external_url is not used anymore in latest 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gubler committed Apr 3, 2017
1 parent 7409b13 commit f940267
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions templates/gitlab.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,6 @@ manage_storage_directories['<%= k -%>'] = <%= decorate(@manage_storage_directori
<%- @git.keys.sort.each do |k| -%>
omnibus_gitconfig['<%= k -%>'] = <%= decorate(@git[k]) %>
<%- end end -%>
<%- if @ci_external_url -%>

############################################
# Url on which GitLab CI will be reachable #
############################################
## see https://gitlab.com/gitlab-org/omnibus-gitlab/tree/629def0a7a26e7c2326566f0758d4a27857b52a3/doc/gitlab-ci/README.md

ci_external_url '<%= @ci_external_url %>'
<%- end -%>
<%- if @registry -%>

############################
Expand Down

0 comments on commit f940267

Please sign in to comment.