github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example7.yaml.golden (about) 1 { 2 "definitions": { 3 "services": { 4 "my-service": { 5 "image": "my/bash:latest" 6 } 7 } 8 }, 9 "pipelines": { 10 "default": [ 11 { 12 "step": { 13 "services": [ 14 "my-service" 15 ], 16 "script": [ 17 "echo \"Hello, World!\"" 18 ] 19 } 20 } 21 ] 22 } 23 }