[ARVADOS] updated: f6457c2e814734c91bc550b4e0384fb3fd86549a
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 10 09:34:06 EDT 2014
Summary of changes:
sdk/cli/bin/arv-run-pipeline-instance | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
via f6457c2e814734c91bc550b4e0384fb3fd86549a (commit)
from f41ecc930361f296938308e46748c92407ecd812 (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 f6457c2e814734c91bc550b4e0384fb3fd86549a
Author: radhika <radhika at curoverse.com>
Date: Thu Oct 9 08:52:23 2014 -0400
4126: undo the hash parameter retention logic for value
diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance
index 4e8380d..e6ec7e5 100755
--- a/sdk/cli/bin/arv-run-pipeline-instance
+++ b/sdk/cli/bin/arv-run-pipeline-instance
@@ -446,17 +446,13 @@ class WhRunPipelineInstance
![false,'false',0,'0'].index parameter[:required]
if parameter[:output_of]
next
- elsif parameter.is_a? Hash
- value = parameter
- next
end
errors << [componentname, parametername, "required parameter is missing"]
end
debuglog "parameter #{componentname}::#{parametername} == #{value}"
- component[:script_parameters][parametername] = value
- #component[:script_parameters][parametername] =
- # parameter.dup.merge(value: value)
+ component[:script_parameters][parametername] =
+ parameter.dup.merge(value: value)
end
end
if !errors.empty?
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list