changed the outputdir of the last step

This commit is contained in:
Miriam Baglioni 2020-05-27 17:59:36 +02:00
parent dd1e0b93b8
commit 1855453434
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
</spark-opts>
<arg>--projectPath</arg><arg>${workingDir}/preparedProjects</arg>
<arg>--programmePath</arg><arg>${workingDir}/preparedProgramme</arg>
<arg>--outputPath</arg><arg>/tmp/h2020programme</arg>
<arg>--outputPath</arg><arg>${outputPath}</arg>
</spark>
<ok to="End"/>
<error to="Kill"/>