X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c020dd4470a5f8cbcfe15e764553622828f69ab5..44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39:/sdk/cwl/tests/tool/submit_tool.cwl?ds=sidebyside diff --git a/sdk/cwl/tests/tool/submit_tool.cwl b/sdk/cwl/tests/tool/submit_tool.cwl index 28fecff7e0..aadbd56351 100644 --- a/sdk/cwl/tests/tool/submit_tool.cwl +++ b/sdk/cwl/tests/tool/submit_tool.cwl @@ -1,9 +1,14 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # Test case for arvados-cwl-runner # # Used to test whether scanning a tool file for dependencies (e.g. default # value blub.txt) and uploading to Keep works as intended. class: CommandLineTool +cwlVersion: v1.0 requirements: - class: DockerRequirement dockerPull: debian:8 @@ -12,7 +17,7 @@ inputs: type: File default: class: File - path: blub.txt + location: blub.txt inputBinding: position: 1 outputs: []