github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/harness/downgrader/testdata/example-11.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: publish
    20                name: publish
    21                spec:
    22                  envVariables:
    23                    SOME_VAR: value
    24                    PASSWORD: <+secrets.getValue("PASSWORD")>
    25                    USERNAME: <+secrets.getValue("USERNAME")>
    26                  image: plugins/example
    27                  imagePullPolicy: Always
    28                  settings:
    29                    tag: "1"
    30                timeout: ""
    31                type: Plugin
    32          platform:
    33            arch: Amd64
    34            os: Linux
    35          runtime:
    36            spec: {}
    37            type: Cloud
    38        type: CI