github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-10.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: sayhello1
    13        name: say-hello
    14        spec:
    15          cloneCodebase: true
    16          execution:
    17            steps:
    18            - step:
    19                identifier: sayhello
    20                name: Say hello
    21                spec:
    22                  command: echo Hello, World!
    23                  image: cimg/base:stable
    24                timeout: ""
    25                type: Run
    26            - step:
    27                identifier: plugin
    28                name: plugin
    29                spec:
    30                  image: plugins/slack
    31                  settings:
    32                    channel: C05C45H2ATS
    33                    template: basic_success_1
    34                timeout: ""
    35                type: Plugin
    36          platform:
    37            arch: Amd64
    38            os: Linux
    39          runtime:
    40            spec: {}
    41            type: Cloud
    42        type: CI