github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-5.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: test
    13        name: test
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: nginx
    20                name: nginx
    21                spec:
    22                  image: nginx
    23                  portBindings:
    24                    "8080": "80"
    25                timeout: ""
    26                type: Background
    27          platform:
    28            arch: Amd64
    29            os: Linux
    30          runtime:
    31            spec: {}
    32            type: Cloud
    33        type: CI