github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example6.yaml.golden (about) 1 { 2 "image": "my/bash:lts", 3 "pipelines": { 4 "default": [ 5 { 6 "step": { 7 "image": "my/bash:latest", 8 "script": [ 9 "echo \"Hello, World!\"" 10 ] 11 } 12 } 13 ] 14 } 15 }