github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-16.yaml (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        envs:
     7          STAGE_VARIABLE: value
     8        platform:
     9          arch: amd64
    10          os: linux
    11        runtime:
    12          spec: {}
    13          type: cloud
    14        steps:
    15          - name: hello
    16            spec:
    17              image: busybox
    18              run: |
    19                echo hello
    20              shell: bash
    21            type: script
    22      type: ci
    23  version: 1