20862: Add 'sdk/ruby-google-api-client/' from commit '2f4be67955e48bb65d008ecd9ff6da9...
[arvados.git] / sdk / cwl / tests / 15295-bad-keep-ref.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 requirements:
4   - class: InlineJavascriptRequirement
5 arguments:
6   - ls
7   - -l
8   - $(inputs.hello)
9 inputs:
10   hello:
11     type: File
12 outputs: []