summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/conditional-step-multiple-steps.yaml
blob: 9dd49a1fb1f210820c94922d78bb8eb7ae2cd919 (plain)
1
2
3
4
5
6
builders:
    - conditional-step:
        condition-kind: always
        steps:
            - shell: 'first command'
            - shell: 'second command'