Skip to content
代码片段 群组 项目
未验证 提交 e00f8751 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Skip reports in that don't exist for scripts/merge-reports

This works around build failures in
https://gitlab.com/gitlab-org/gitlab/-/jobs/3294922343.
上级 01e17869
No related branches found
No related tags found
无相关合并请求
...@@ -14,6 +14,8 @@ main_report = JSON.parse(File.read(main_report_file)) ...@@ -14,6 +14,8 @@ main_report = JSON.parse(File.read(main_report_file))
new_report = main_report.dup new_report = main_report.dup
ARGV.each do |report_file| ARGV.each do |report_file|
next unless File.exist?(report_file)
report = JSON.parse(File.read(report_file)) report = JSON.parse(File.read(report_file))
# Remove existing values # Remove existing values
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册