[ARVADOS-WORKBENCH2] updated: 1.3.0-357-ge036bd49

Git user git at public.curoverse.com
Tue Feb 12 07:50:02 EST 2019


Summary of changes:
 src/store/run-process-panel/run-process-panel-actions.ts | 1 +
 1 file changed, 1 insertion(+)

       via  e036bd4924cf444294483b064aaab28b6df43947 (commit)
      from  70222e9fc05c3ad515ac290e5cbd6302b4f2efc8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e036bd4924cf444294483b064aaab28b6df43947
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Feb 12 13:49:45 2019 +0100

    Add --local option to command of a new process
    
    Feature #14830
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

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 12601729..df2f4f2d 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<any>, getState: () => RootSt
             command: [
                 'arvados-cwl-runner',
                 '--api=containers',
+                '--local',
                 '/var/lib/cwl/workflow.json#main',
                 '/var/lib/cwl/cwl.input.json'
             ],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list