mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Use more generic destination name
xref. https://github.com/galaxyproject/galaxy/pull/6845#pullrequestreview-163617248
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user