github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/parallel/example2.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: build 5 spec: 6 steps: 7 - name: Build 8 spec: 9 run: ./build.sh 10 type: script 11 - name: Build1 12 spec: 13 run: ./build.sh 14 type: script 15 - name: parallel 16 spec: 17 steps: 18 - name: Integration 1 19 spec: 20 run: ./integration-tests.sh --batch 1 21 type: script 22 - name: Integration 2 23 spec: 24 run: ./integration-tests.sh --batch 2 25 type: script 26 type: parallel 27 - name: run 28 spec: 29 run: ./deploy.sh 30 type: script 31 type: ci 32 version: 1