[ARVADOS] created: 1.3.0-195-gd162b10b0
Git user
git at public.curoverse.com
Thu Jan 24 13:49:44 EST 2019
at d162b10b084348a56eac784f6600ece297a65803 (commit)
commit d162b10b084348a56eac784f6600ece297a65803
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Thu Jan 24 15:48:54 2019 -0300
14770: Fixes parameter on acr call.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/controllers/work_units_controller.rb b/apps/workbench/app/controllers/work_units_controller.rb
index 767762c81..d3ded867c 100644
--- a/apps/workbench/app/controllers/work_units_controller.rb
+++ b/apps/workbench/app/controllers/work_units_controller.rb
@@ -126,7 +126,7 @@ class WorkUnitsController < ApplicationController
"--local",
"--api=containers",
"--project-uuid=#{params['work_unit']['owner_uuid']}",
- "--collection-keep-cache=#{keep_cache}",
+ "--collection-cache-size=#{keep_cache}",
"/var/lib/cwl/workflow.json#main",
"/var/lib/cwl/cwl.input.json"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list