github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/allow_failure/example-1.yaml.golden (about) 1 job1: 2 script: 3 - execute_script_1 4 stage: test 5 job2: 6 allow_failure: true 7 script: 8 - execute_script_2 9 stage: test 10 job3: 11 environment: 12 name: staging 13 script: 14 - deploy_to_staging 15 stage: deploy