Commit 5b145940 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-needs-web-ide' into 'master'

Fix EE failure because of needs:

Closes #13253

See merge request gitlab-org/gitlab-ee!14982
parents 3c0915dd 932eeefb
......@@ -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