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

     1  definitions:
     2    services:
     3      my-postgresql-db:
     4        image: postgres:latest
     5        memory: 512
     6        variables:
     7          POSTGRES_PASSWORD: $MY_POSTGRES_PASSWORD
     8  
     9  pipelines:
    10    default:
    11      - step:
    12          name: Hello world example
    13          services:
    14            - my-postgresql-db
    15          script:
    16            - echo "Hello, World"