github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/testdata/image/example9.yaml (about) 1 definitions: 2 services: 3 my-service: 4 image: 5 name: my/bash:latest 6 username: $CONTAINER_REGISTRY_USERNAME 7 password: $CONTAINER_REGISTRY_PASSWORD 8 9 pipelines: 10 default: 11 - step: 12 services: 13 - my-service 14 script: 15 - echo "Hello, World!"