summaryrefslogtreecommitdiff
path: root/spec/support/helpers/ci/template_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/ci/template_helpers.rb')
-rw-r--r--spec/support/helpers/ci/template_helpers.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/helpers/ci/template_helpers.rb b/spec/support/helpers/ci/template_helpers.rb
index cd3ab4bd82d..1818dec5fc7 100644
--- a/spec/support/helpers/ci/template_helpers.rb
+++ b/spec/support/helpers/ci/template_helpers.rb
@@ -6,6 +6,10 @@ module Ci
'registry.gitlab.com'
end
+ def auto_build_image_repository
+ "gitlab-org/cluster-integration/auto-build-image"
+ end
+
def public_image_exist?(registry, repository, image)
public_image_manifest(registry, repository, image).present?
end