Skip to content
代码片段 群组 项目
提交 05442578 编辑于 作者: Mayra Cabrera's avatar Mayra Cabrera
浏览文件

Merge branch 'fix-spec-setup' into 'master'

Fix spec setup in pipeline chain creatio

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107672



Merged-by: default avatarMayra Cabrera <mcabrera@gitlab.com>
Approved-by: default avatarAvielle Wolfe <awolfe@gitlab.com>
Approved-by: default avatarMayra Cabrera <mcabrera@gitlab.com>
Co-authored-by: default avatarLaura Montemayor <lmontemayor@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -63,11 +63,11 @@ ...@@ -63,11 +63,11 @@
end end
let(:job) do let(:job) do
build(:ci_build, stage: stage, pipeline: pipeline, project: project) build(:ci_build, ci_stage: stage, pipeline: pipeline, project: project)
end end
let(:bridge) do let(:bridge) do
build(:ci_bridge, stage: stage, pipeline: pipeline, project: project) build(:ci_bridge, ci_stage: stage, pipeline: pipeline, project: project)
end end
before do before do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册