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
end
def terminal_stage_seed(pipeline)
Gitlab::Ci::Pipeline::Seed::Stage.new(pipeline,
attributes = {
name: TERMINAL_NAME,
index: 0,
builds: [terminal_build_seed])
builds: [terminal_build_seed]
}
Gitlab::Ci::Pipeline::Seed::Stage.new(pipeline, attributes, [])
end
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