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

Merge branch 'fix_undercoverage_not_existing_in_old_branches' into 'master'

Fix undercoverage not existing in older branches

See merge request gitlab-org/gitlab!75700
No related branches found
No related tags found
无相关合并请求
......@@ -537,7 +537,9 @@ rspec:undercoverage:
else
echo "Using \$CI_COMMIT_SHA ($CI_COMMIT_SHA) for this non-merge result pipeline.";
fi;
- run_timed_command "scripts/undercoverage"
- if [ -f scripts/undercoverage ]; then
run_timed_command "scripts/undercoverage";
fi;
rspec:feature-flags:
extends:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册