Files
revng-revng/tests/pipeline/RoleCopyPipeTestPipeline.yml
2022-07-25 16:24:27 +02:00

16 lines
341 B
YAML

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
Containers:
- Name: Strings1
Type: StringContainer
- Name: Strings2
Type: StringContainer
Role: StringRole
Branches:
- Steps:
- Name: FirstStep
Pipes:
- Type: CopyPipe
UsedContainers: [Strings1, Strings2]