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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: build
     5      spec:
     6        steps:
     7        - name: my-postgresql-db
     8          spec:
     9            envs:
    10              POSTGRES_PASSWORD: $MY_POSTGRES_PASSWORD
    11            image: postgres:latest
    12            network: host
    13            resources:
    14              limits:
    15                memory: 512000000
    16          type: background
    17        - name: Hello world example
    18          spec:
    19            run: echo "Hello, World"
    20          type: script
    21      type: ci
    22  version: 1