Skip to content

Commit 340f4da

Browse files
authored
clean up files
clean up generated files
1 parent b697dc9 commit 340f4da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/runSonarQube.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ done
100100
echo "Writing end results json content";
101101
cp resdump.json "${result_file}";
102102
echo "Done, please go ahead an generate the scorecard";
103+
## cleanup the two files generated to record results, if want them for debug, you can comment the following line
104+
rm resdump.json buffdump.json;
105+

0 commit comments

Comments
 (0)