# # 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 - Name: strings-3 Type: string-container Branches: - Steps: - Name: first-step Pipes: - Type: copy-pipe UsedContainers: [strings-1, strings-2] - Name: second-step Pipes: - Type: copy-pipe UsedContainers: [strings-2, strings-3]