From: Michal Klobukowski Date: Tue, 12 Feb 2019 12:49:45 +0000 (+0100) Subject: Add --local option to command of a new process X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/e036bd4924cf444294483b064aaab28b6df43947 Add --local option to command of a new process Feature #14830 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 1260172944..df2f4f2df2 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -143,6 +143,7 @@ export const runProcess = async (dispatch: Dispatch, getState: () => RootSt command: [ 'arvados-cwl-runner', '--api=containers', + '--local', '/var/lib/cwl/workflow.json#main', '/var/lib/cwl/cwl.input.json' ],