trying to force bamboo to have a clean working tree on each go around

0.6.0-stable
Sean Dague 2008-09-23 21:02:58 +00:00
parent bbb962f64e
commit e4dd526b0d
1 changed files with 2 additions and 0 deletions

View File

@ -67,5 +67,7 @@
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
<exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
-->
<!-- ensure a clean checkout each time -->
<delete dir="../" />
</target>
</project>