enabled only the step to upload in zenodo

This commit is contained in:
Miriam Baglioni 2020-09-25 14:40:22 +02:00
parent de6c4d46d8
commit 54800fb9b0
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
</configuration> </configuration>
</global> </global>
<start to="reset_outputpath"/> <start to="send_zenodo"/>
<kill name="Kill"> <kill name="Kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message> <message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
@ -561,7 +561,7 @@
<arg>--nameNode</arg><arg>${nameNode}</arg> <arg>--nameNode</arg><arg>${nameNode}</arg>
<arg>--sourcePath</arg><arg>${workingDir}/collect</arg> <arg>--sourcePath</arg><arg>${workingDir}/collect</arg>
</java> </java>
<ok to="End"/> <ok to="send_zenodo"/>
<error to="Kill"/> <error to="Kill"/>
</action> </action>