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

This commit is contained in:
Sean Dague
2008-09-23 21:02:58 +00:00
parent bbb962f64e
commit e4dd526b0d

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>