added fs actions to remove and the create the workingDir

This commit is contained in:
Miriam Baglioni 2020-05-28 10:04:36 +02:00
parent 96d1a3c431
commit 1060977272
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
<fs>
<delete path='${outputPath}'/>
<mkdir path='${outputPath}'/>
<delete path='${workingDir}'/>
<mkdir path='${workingDir}'/>
</fs>
<ok to="get_project_file"/>
<error to="Kill"/>