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