Commit b6c9e264 authored by 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
parents 51e84414 370b371e
......@@ -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:
......
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