trying to force bamboo to have a clean working tree on each go around
parent
bbb962f64e
commit
e4dd526b0d
|
@ -67,5 +67,7 @@
|
||||||
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
|
||||||
<exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
|
<exec program="rsync" workingdir="../doc" commandline="-az - - delete html/ /home/afrisby/public_html/docs/html/" />
|
||||||
-->
|
-->
|
||||||
|
<!-- ensure a clean checkout each time -->
|
||||||
|
<delete dir="../" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue