18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 13976-keepref-wf.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: CommandLineTool
7 requirements:
8   - class: InlineJavascriptRequirement
9   - class: ShellCommandRequirement
10 arguments:
11   - cd
12   - $(inputs.hello.dirname)
13   - {shellQuote: false, valueFrom: "&&"}
14   - ls
15 stdout: hello.out
16 inputs:
17   hello:
18     type: File
19     default:
20       class: File
21       location: keep:4d8a70b1e63b2aad6984e40e338e2373+69/hello.txt
22     secondaryFiles:
23       - .idx
24 outputs:
25   out:
26     type: File
27     outputBinding:
28       glob: hello.out