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

     1  kind: pipeline
     2  spec:
     3    stages:
     4      - name: test
     5        spec:
     6          clone: {}
     7          platform:
     8            arch: amd64
     9            os: linux
    10          runtime:
    11            spec: {}
    12            type: cloud
    13          steps:
    14            - spec:
    15                run: pip3 install
    16              type: script
    17            - spec:
    18                run: echo hello
    19              type: script
    20        type: ci
    21  version: 1