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