X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d6a0b0f7d5780c92c865ba2e6979195510c27b2..2e74236fa27822addd856f194befc28382990ce0:/sdk/cwl/tests/13976-keepref-wf.cwl diff --git a/sdk/cwl/tests/13976-keepref-wf.cwl b/sdk/cwl/tests/13976-keepref-wf.cwl index 7aa7b0aa43..8d0dee971a 100644 --- a/sdk/cwl/tests/13976-keepref-wf.cwl +++ b/sdk/cwl/tests/13976-keepref-wf.cwl @@ -1,11 +1,18 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + cwlVersion: v1.0 class: CommandLineTool requirements: - class: InlineJavascriptRequirement + - class: ShellCommandRequirement arguments: + - cd + - $(inputs.hello.dirname) + - {shellQuote: false, valueFrom: "&&"} - ls - - -l - - $(inputs.hello) +stdout: hello.out inputs: hello: type: File @@ -14,4 +21,8 @@ inputs: location: keep:4d8a70b1e63b2aad6984e40e338e2373+69/hello.txt secondaryFiles: - .idx -outputs: [] \ No newline at end of file +outputs: + out: + type: File + outputBinding: + glob: hello.out