github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-12.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: default
    13        name: default
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: publish
    20                name: publish
    21                spec:
    22                  image: plugins/docker
    23                  settings:
    24                    list:
    25                    - first
    26                    - second
    27                    - third
    28                    repo: gcr.io/example/repo
    29                timeout: ""
    30                type: Plugin
    31          platform:
    32            arch: Amd64
    33            os: Linux
    34          runtime:
    35            spec: {}
    36            type: Cloud
    37        type: CI