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

     1  pipeline:
     2    identifier: default
     3    name: default
     4    orgIdentifier: default
     5    projectIdentifier: default
     6    properties:
     7      ci:
     8        codebase:
     9          build: <+input>
    10    stages:
    11    - stage:
    12        identifier: containertestjob
    13        name: container-test-job
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: nodeversion
    20                name: Node version
    21                spec:
    22                  command: node --version
    23                  image: node:14.16
    24                timeout: ""
    25                type: Run
    26          platform:
    27            arch: Amd64
    28            os: Linux
    29          runtime:
    30            spec: {}
    31            type: Cloud
    32        type: CI