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

     1  kind: pipeline
     2  spec:
     3    stages:
     4      - name: test
     5        spec:
     6          clone: {}
     7          platform:
     8            arch: amd64
     9            os: linux
    10          runtime:
    11            spec: {}
    12            type: cloud
    13          steps:
    14          - name: publish
    15            spec:
    16              envs:
    17                SOME_VAR: value
    18                PASSWORD: <+secrets.getValue("PASSWORD")>
    19                USERNAME: <+secrets.getValue("USERNAME")>
    20              image: plugins/example
    21              pull: always
    22              with:
    23                tag: 1.0
    24            type: plugin
    25        type: ci
    26  version: 1
    27