We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ce3c7c + f37e4a2 commit 350ff9bCopy full SHA for 350ff9b
1 file changed
.circleci/collect_reports.sh
@@ -19,9 +19,6 @@ function save_reports () {
19
report_path=$REPORTS_DIR/$project_to_save
20
mkdir -p $report_path
21
cp -r workspace/$project_to_save/build/reports/* $report_path/
22
- cp -r workspace/$project_to_save/build/core* $report_path/ || true
23
- cp -r workspace/$project_to_save/build/hs_err_pid* $report_path/ || true
24
- cp -r workspace/$project_to_save/build/replay* $report_path/ || true
25
}
26
27
shopt -s globstar
0 commit comments