[ARVADOS] updated: 2.1.0-29-ge5fd3db8e

Git user git at public.arvados.org
Thu Oct 22 02:27:30 UTC 2020


Summary of changes:
 apps/workbench/app/controllers/container_requests_controller.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  e5fd3db8efdd8e6b8f65d81663ae65964b64c206 (commit)
      from  5a7fdde499ed5baa889a70fb9d1a0aef01eda22b (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 e5fd3db8efdd8e6b8f65d81663ae65964b64c206
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Oct 21 22:27:14 2020 -0400

    17010: Don't double up --enable-reuse
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/app/controllers/container_requests_controller.rb b/apps/workbench/app/controllers/container_requests_controller.rb
index 62ec3e150..9baf82795 100644
--- a/apps/workbench/app/controllers/container_requests_controller.rb
+++ b/apps/workbench/app/controllers/container_requests_controller.rb
@@ -182,14 +182,14 @@ class ContainerRequestsController < ApplicationController
 
       # Pass the correct argument to arvados-cwl-runner command.
       if command[0] == 'arvados-cwl-runner'
-        command -= ['--disable-reuse']
+        command -= ["--disable-reuse", "--enable-reuse"]
         command.insert(1, '--enable-reuse')
       end
     else
       @object.use_existing = false
       # Pass the correct argument to arvados-cwl-runner command.
       if command[0] == 'arvados-cwl-runner'
-        command -= ['--enable-reuse']
+        command -= ["--disable-reuse", "--enable-reuse"]
         command.insert(1, '--disable-reuse')
       end
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list