enabled only the step to upload in zenodo

pull/50/head
Miriam Baglioni 4 years ago
parent de6c4d46d8
commit 54800fb9b0

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

Loading…
Cancel
Save