github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example17.yaml.golden (about) 1 { 2 "image": { 3 "name": "<aws_account_id>.dkr.ecr.<region>.amazonaws.com/bash:latest", 4 "aws": { 5 "oidc-role": "arn:aws:iam::<aws_account_id>:role/<your_role_name>" 6 } 7 }, 8 "pipelines": { 9 "default": [ 10 { 11 "step": { 12 "script": [ 13 "echo \"Hello, World!\"" 14 ] 15 } 16 } 17 ] 18 } 19 }