Enable persisted pipeline stages by default
This commit is contained in:
parent
91b88e0be4
commit
a38845a728
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ module Ci
|
|||
def ordered_stages
|
||||
return legacy_stages unless complete?
|
||||
|
||||
if Feature.enabled?('ci_pipeline_persisted_stages')
|
||||
if Feature.enabled?('ci_pipeline_persisted_stages', default_enabled: true)
|
||||
stages
|
||||
else
|
||||
legacy_stages
|
||||
|
|
Loading…
Reference in a new issue