18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / keep-dir-test-input3.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 class: CommandLineTool
6 cwlVersion: v1.0
7 requirements:
8   - class: ShellCommandRequirement
9 inputs:
10   indir:
11     type: Directory
12     inputBinding:
13       prefix: cd
14       position: -1
15     default:
16       class: Directory
17       location: keep:d7514270f356df848477718d58308cc4+94/
18 outputs:
19   outlist:
20     type: File
21     outputBinding:
22       glob: output.txt
23 arguments: [
24   {shellQuote: false, valueFrom: "&&"},
25   "find", ".",
26   {shellQuote: false, valueFrom: "|"},
27   "sort"]
28 stdout: output.txt