18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 19070-copy-deps.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.2
6 class: CommandLineTool
7 baseCommand: echo
8 inputs:
9   message:
10     type: File
11     inputBinding:
12       position: 1
13     default:
14       class: File
15       location: keep:d7514270f356df848477718d58308cc4+94/b
16
17 outputs: []