Files
revng-revng/tests/pipeline/RoleCopyPipeTestPipeline.yml
2024-02-09 10:04:24 +01:00

18 lines
373 B
YAML

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
Component: revng-test
Containers:
- Name: strings-1
Type: string-container
- Name: strings-2
Type: string-container
Role: string-role
Branches:
- Steps:
- Name: first-step
Pipes:
- Type: copy-pipe
UsedContainers: [strings-1, strings-2]