Skip to content
Snippets Groups Projects
Commit e7921713 authored by ndai's avatar ndai
Browse files

Clean the perfDir after a successful build

parent 41e2960d
No related branches found
No related tags found
No related merge requests found
...@@ -300,6 +300,7 @@ ...@@ -300,6 +300,7 @@
<delete dir="${buildDirectory}" failonerror="false"/> <delete dir="${buildDirectory}" failonerror="false"/>
<delete dir="${build.home}/${build.current}-${buildType}" failonerror="false"/> <delete dir="${build.home}/${build.current}-${buildType}" failonerror="false"/>
<delete dir="${testDir}" failonerror="false"/> <delete dir="${testDir}" failonerror="false"/>
<delete dir="${perfDir}" failonerror="false"/>
</target> </target>
......
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