github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/rules/changes.yaml.golden (about) 1 docker build: 2 rules: 3 - if: $CI_PIPELINE_SOURCE == "merge_request_event" 4 changes: 5 paths: 6 - Dockerfile 7 allow_failure: true 8 when: manual 9 script: 10 - docker build -t my-image:$CI_COMMIT_REF_SLUG .