Commit 1a13188d authored by Kamil Trzciński's avatar Kamil Trzciński

Fix failures

parent 39704e39
...@@ -403,6 +403,7 @@ module Ci ...@@ -403,6 +403,7 @@ module Ci
stages_with_statuses.map do |stage| stages_with_statuses.map do |stage|
Ci::LegacyStage.new(self, Hash[%i[name status warnings].zip(stage)]) Ci::LegacyStage.new(self, Hash[%i[name status warnings].zip(stage)])
end end
end
def legacy_stages_using_composite_status def legacy_stages_using_composite_status
stages = Gitlab::Ci::Status::GroupedStatuses stages = Gitlab::Ci::Status::GroupedStatuses
...@@ -416,6 +417,7 @@ module Ci ...@@ -416,6 +417,7 @@ module Ci
status: stage[:status], status: stage[:status],
warnings: stage[:warnings]) warnings: stage[:warnings])
end end
end
def legacy_stages def legacy_stages
if Feature.enabled?(:ci_composite_status, default_enabled: true) if Feature.enabled?(:ci_composite_status, default_enabled: true)
......
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