github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/steps/example17.yaml.golden (about) 1 { 2 "pipelines": { 3 "default": [ 4 { 5 "step": { 6 "name": "Running my custom pipe", 7 "script": [ 8 { 9 "pipe": "docker://<DockerAccountName>/<ImageName>:<version>", 10 "variables": { 11 "USERNAME": "$My_username", 12 "PASSWORD": "$Password" 13 } 14 } 15 ] 16 } 17 } 18 ] 19 } 20 }