Skip to content

Commit 350ff9b

Browse files
authored
Merge pull request #884 from DataDog/mar-kolya/do-not-collect-cores
Revert "Collect more debugging info"
2 parents 3ce3c7c + f37e4a2 commit 350ff9b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.circleci/collect_reports.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ function save_reports () {
1919
report_path=$REPORTS_DIR/$project_to_save
2020
mkdir -p $report_path
2121
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
2522
}
2623

2724
shopt -s globstar

0 commit comments

Comments
 (0)