Skip to content
Snippets Groups Projects
Commit af05d05c authored by Will Daly's avatar Will Daly Committed by Jean Manuel Nater
Browse files

Used dependency to ensure that REPORT_DIR exists before cleaning.

This allows the build to pass in Jenkins
parent 7e6722c5
No related merge requests found
......@@ -53,7 +53,7 @@ task :clean_test_files do
sh("git clean -fqdx test_root")
end
task :clean_reports_dir do
task :clean_reports_dir => REPORT_DIR do
desc "Clean coverage files, to ensure that we don't use stale data to generate reports."
# We delete the files but preserve the directory structure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment