Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/config/external/file/component.rb')
-rw-r--r--lib/gitlab/ci/config/external/file/component.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab/ci/config/external/file/component.rb b/lib/gitlab/ci/config/external/file/component.rb
index 9679d78a1aa..15cc0783b86 100644
--- a/lib/gitlab/ci/config/external/file/component.rb
+++ b/lib/gitlab/ci/config/external/file/component.rb
@@ -15,10 +15,6 @@ module Gitlab
super
end
- def matching?
- super && ::Feature.enabled?(:ci_include_components, context.project&.root_namespace)
- end
-
def content
return unless component_result.success?