github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/service.2.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        platform:
     7          arch: amd64
     8          os: linux
     9        runtime:
    10          spec: {}
    11          type: cloud
    12        steps:
    13        - name: postgres
    14          spec:
    15            envs:
    16              POSTGRES_PASSWORD: postgres
    17            image: postgres
    18          type: background
    19        - name: docker ps
    20          spec:
    21            run: docker ps
    22          type: script
    23      type: ci
    24  version: 1