Files
gitlabhq/spec/support/helpers/ci/template_helpers.rb
2022-08-22 06:09:36 +00:00

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