mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
12 lines
176 B
Ruby
12 lines
176 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Ci
|
|
module TemplateHelpers
|
|
def template_registry_host
|
|
'registry.gitlab.com'
|
|
end
|
|
end
|
|
end
|
|
|
|
Ci::TemplateHelpers.prepend_mod
|