Commit 932eeefb authored by Kamil Trzciński's avatar Kamil Trzciński

Fix EE failure because of needs:

parent 3c0915dd
...@@ -48,10 +48,13 @@ module Ci ...@@ -48,10 +48,13 @@ module Ci
end end
def terminal_stage_seed(pipeline) def terminal_stage_seed(pipeline)
Gitlab::Ci::Pipeline::Seed::Stage.new(pipeline, attributes = {
name: TERMINAL_NAME, name: TERMINAL_NAME,
index: 0, index: 0,
builds: [terminal_build_seed]) builds: [terminal_build_seed]
}
Gitlab::Ci::Pipeline::Seed::Stage.new(pipeline, attributes, [])
end end
def terminal_build_seed def terminal_build_seed
......
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