github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/step-continue-on-error.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: job1 5 spec: 6 platform: 7 arch: amd64 8 os: linux 9 runtime: 10 spec: {} 11 type: cloud 12 steps: 13 - failure: 14 action: 15 spec: {} 16 type: ignore 17 errors: 18 - all 19 name: step1 20 spec: 21 run: echo continue on error 22 type: script 23 - name: step2 24 spec: 25 run: echo do not continue on error 26 type: script 27 - name: step3 28 spec: 29 run: echo step3 30 type: script 31 type: ci 32 version: 1