github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/image/example7.yaml (about)

     1  definitions:
     2    services:
     3      my-service:
     4        image:
     5          name: my/bash:latest
     6  
     7  pipelines:
     8    default:
     9      - step:
    10          services:
    11            - my-service
    12          script:
    13            - echo "Hello, World!"