github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/stages/example7.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: build 5 spec: 6 steps: 7 - name: run 8 spec: 9 run: sh ./run-linter.sh 10 type: script 11 type: ci 12 - name: build 13 spec: 14 steps: 15 - name: Build app 16 spec: 17 run: sh ./build-app.sh 18 type: script 19 - name: Run unit tests 20 spec: 21 run: sh ./run-tests.sh 22 type: script 23 type: ci 24 version: 1