github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/circle/testdata/params/example2.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: my-job 5 spec: 6 platform: 7 arch: amd64 8 os: linux 9 runtime: 10 spec: {} 11 type: cloud 12 steps: 13 - spec: 14 image: cimg/base:stable 15 run: |- 16 set -eo pipefail 17 echo "Hello world" 18 shell: bash 19 type: script 20 type: ci 21 version: 1