projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9964: Update schema revision to 20240502 for output_glob feature
[arvados.git]
/
sdk
/
cwl
/
tests
/
17521-dot-slash-glob.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
inputs: []
8
outputs:
9
stuff:
10
type: File
11
outputBinding:
12
glob: './foo/*.txt'
13
requirements:
14
ShellCommandRequirement: {}
15
arguments: [{shellQuote: false, valueFrom: "mkdir -p foo && touch baz.txt && touch foo/bar.txt"}]