Use more generic destination name

xref. https://github.com/galaxyproject/galaxy/pull/6845#pullrequestreview-163617248
This commit is contained in:
Nicola Soranzo
2018-10-12 09:53:47 +01:00
parent 5e71401a7e
commit bc226e6d41
+2 -2
View File
@@ -62,8 +62,8 @@ def cli_job_config(remote_connection, shell_plugin='ParamikoShell', job_plugin='
<plugins>
<plugin id="cli" type="runner" load="galaxy.jobs.runners.cli:ShellJobRunner" workers="1"/>
</plugins>
<destinations default="ssh_slurm">
<destination id="ssh_slurm" runner="cli">
<destinations default="shell">
<destination id="shell" runner="cli">
<param id="shell_plugin">$shell_plugin</param>
<param id="job_plugin">$job_plugin</param>
<param id="shell_username">$username</param>