Commit 2b84f0ef authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '330265-remove-ci_dynamic_child_pipeline-feature-flag' into 'master'

Remove `ci_dynamic_child_pipeline` feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!63329
parents 5fc32a55 e7a278c3
---
name: ci_dynamic_child_pipeline
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23790
rollout_issue_url:
milestone: '12.9'
type: development
group: group::pipeline execution
default_enabled: true
......@@ -28,11 +28,6 @@ module Gitlab
end
end
def matching?
super &&
Feature.enabled?(:ci_dynamic_child_pipeline, project, default_enabled: true)
end
private
def project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment