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