Commit 66fa2eff authored by Shinya Maeda's avatar Shinya Maeda

Merge branch...

Merge branch '241138-remove-the-ci_expand_names_for_cross_pipeline_artifacts-in-gitlab-ci-features' into 'master'

Remove FF helper method ci_expand_names_for_cross_pipeline_artifacts?

Closes #241138

See merge request gitlab-org/gitlab!40385
parents 1e68a161 0ffca5d9
......@@ -72,10 +72,6 @@ module Gitlab
::Feature.enabled?(:reset_ci_minutes_for_all_namespaces, default_enabled: false)
end
def self.expand_names_for_cross_pipeline_artifacts?(project)
::Feature.enabled?(:ci_expand_names_for_cross_pipeline_artifacts, project)
end
def self.project_transactionless_destroy?(project)
Feature.enabled?(:project_transactionless_destroy, project, default_enabled: false)
end
......
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