Skip to content
代码片段 群组 项目
未验证 提交 acc84847 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

ci: Default to current project in PipelineTestReportBuilder


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 a9dcbd47
No related branches found
No related tags found
无相关合并请求
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Push into expected format for failed tests # Push into expected format for failed tests
class PipelineTestReportBuilder class PipelineTestReportBuilder
DEFAULT_OPTIONS = { DEFAULT_OPTIONS = {
target_project: Host::DEFAULT_OPTIONS[:target_project], target_project: Host::DEFAULT_OPTIONS[:target_project] || API::DEFAULT_OPTIONS[:project],
current_pipeline_id: API::DEFAULT_OPTIONS[:pipeline_id], current_pipeline_id: API::DEFAULT_OPTIONS[:pipeline_id],
mr_iid: Host::DEFAULT_OPTIONS[:mr_iid], mr_iid: Host::DEFAULT_OPTIONS[:mr_iid],
api_endpoint: API::DEFAULT_OPTIONS[:endpoint], api_endpoint: API::DEFAULT_OPTIONS[:endpoint],
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册