[ARVADOS] updated: ece22330313613cf4ce8f2b0bd6db4f00bdd08fc
Git user
git at public.curoverse.com
Thu May 19 11:32:08 EDT 2016
Summary of changes:
sdk/cwl/tests/tool/submit_tool.cwl | 1 +
sdk/cwl/tests/wf/inputs_test.cwl | 1 +
sdk/cwl/tests/wf/submit_wf.cwl | 1 +
3 files changed, 3 insertions(+)
via ece22330313613cf4ce8f2b0bd6db4f00bdd08fc (commit)
from e0fac5213f40fc00946f8ec5e4df42bebdf756d2 (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 ece22330313613cf4ce8f2b0bd6db4f00bdd08fc
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu May 19 11:32:00 2016 -0400
8653: add cwlVersion so file validate correctly.
diff --git a/sdk/cwl/tests/tool/submit_tool.cwl b/sdk/cwl/tests/tool/submit_tool.cwl
index 28fecff..e9fa423 100644
--- a/sdk/cwl/tests/tool/submit_tool.cwl
+++ b/sdk/cwl/tests/tool/submit_tool.cwl
@@ -4,6 +4,7 @@
# value blub.txt) and uploading to Keep works as intended.
class: CommandLineTool
+cwlVersion: draft-3
requirements:
- class: DockerRequirement
dockerPull: debian:8
diff --git a/sdk/cwl/tests/wf/inputs_test.cwl b/sdk/cwl/tests/wf/inputs_test.cwl
index 91d4db0..ec43207 100644
--- a/sdk/cwl/tests/wf/inputs_test.cwl
+++ b/sdk/cwl/tests/wf/inputs_test.cwl
@@ -2,6 +2,7 @@
# various input types as script_parameters in pipeline templates.
class: Workflow
+cwlVersion: draft-3
inputs:
- id: "#fileInput"
type: File
diff --git a/sdk/cwl/tests/wf/submit_wf.cwl b/sdk/cwl/tests/wf/submit_wf.cwl
index e1ff188..36db603 100644
--- a/sdk/cwl/tests/wf/submit_wf.cwl
+++ b/sdk/cwl/tests/wf/submit_wf.cwl
@@ -4,6 +4,7 @@
# (e.g. submit_tool.cwl) and uploading to Keep works as intended.
class: Workflow
+cwlVersion: draft-3
inputs:
- id: x
type: File
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list