18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git] / sdk / cwl / tests / federation / arvboxcwl / stop.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 $namespaces:
8   arv: "http://arvados.org/cwl#"
9   cwltool: "http://commonwl.org/cwltool#"
10 inputs:
11   container_name: string
12 outputs: []
13 requirements:
14   EnvVarRequirement:
15     envDef:
16       ARVBOX_CONTAINER: $(inputs.container_name)
17 arguments: [arvbox, stop]