Commit b440349a authored by Kamil Trzciński's avatar Kamil Trzciński

Add missing scope for `ci_composite_status`

We missed the scope on `legacy_stages`
parent f8036bfc
......@@ -440,7 +440,7 @@ module Ci
end
def legacy_stages
if Feature.enabled?(:ci_composite_status, default_enabled: false)
if Feature.enabled?(:ci_composite_status, project, default_enabled: false)
legacy_stages_using_composite_status
else
legacy_stages_using_sql
......
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