github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example5.yaml.golden (about) 1 { 2 "options": { 3 "size": "2x" 4 }, 5 "pipelines": { 6 "default": [ 7 { 8 "step": { 9 "script": [ 10 "echo \"2x memory is probably not needed for an echo command\"" 11 ] 12 } 13 } 14 ] 15 } 16 }