Commit 345e1b68 authored by Nick Thomas's avatar Nick Thomas

Merge branch '212845-investigate-master-canceled-jobs' into 'master'

Move the 'dont-interrupt-me' job to the 'sync' stage

Closes #212845

See merge request gitlab-org/gitlab!28410
parents 5be42618 d30da221
......@@ -25,13 +25,12 @@ cache gems:
dont-interrupt-me:
extends: .setup:rules:dont-interrupt-me
stage: prepare
stage: sync
image: alpine:edge
interruptible: false
allow_failure: true
variables:
GIT_STRATEGY: none
dependencies: []
script:
- echo "This jobs makes sure this pipeline won't be interrupted! See https://docs.gitlab.com/ee/ci/yaml/#interruptible."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment