21700: Install Bundler system-wide in Rails postinst
[arvados.git] / sdk / cwl / tests / tool / submit_tool_map.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Test case for arvados-cwl-runner
6 #
7 # Used to test whether scanning a tool file for dependencies (e.g. default
8 # value blub.txt) and uploading to Keep works as intended.
9
10 class: CommandLineTool
11 cwlVersion: v1.0
12 requirements:
13   DockerRequirement:
14     dockerPull: debian:buster-slim
15 inputs:
16   x:
17     type: File
18     default:
19       class: File
20       location: blub.txt
21     inputBinding:
22       position: 1
23 outputs: []
24 baseCommand: cat