github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/testdata/templates/allow_failure.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        steps:
     7        - failure:
     8            action:
     9              type: ignore
    10            errors:
    11            - all
    12          name: job1
    13          spec:
    14            run: execute_script_1
    15          type: script
    16      type: ci
    17  version: 1