github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example3.yaml (about) 1 # Example using the script property to run a sequence of commands for a single step 2 3 pipelines: 4 default: 5 - step: 6 script: 7 - echo "Hello," 8 - echo "World!" 9 - ./build.sh