github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/stages/example1.yaml (about) 1 pipelines: 2 default: 3 - stage: 4 name: Build and test 5 steps: 6 - step: 7 name: Build app 8 script: 9 - sh ./build-app.sh 10 - step: 11 name: Run unit tests 12 script: 13 - sh ./run-tests.sh