Commit a38845a7 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Enable persisted pipeline stages by default

parent 91b88e0b
...@@ -315,7 +315,7 @@ module Ci ...@@ -315,7 +315,7 @@ module Ci
def ordered_stages def ordered_stages
return legacy_stages unless complete? return legacy_stages unless complete?
if Feature.enabled?('ci_pipeline_persisted_stages') if Feature.enabled?('ci_pipeline_persisted_stages', default_enabled: true)
stages stages
else else
legacy_stages legacy_stages
......
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