Commit e7a278c3 authored by Allison Browne's avatar Allison Browne

Remove ci_dynamic_child_pipeline feature flag

Changelog: other
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63329
parent bdd5434c
---
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