Commit d30da221 authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent a6b7f91b
...@@ -25,13 +25,12 @@ cache gems: ...@@ -25,13 +25,12 @@ cache gems:
dont-interrupt-me: dont-interrupt-me:
extends: .setup:rules:dont-interrupt-me extends: .setup:rules:dont-interrupt-me
stage: prepare stage: sync
image: alpine:edge image: alpine:edge
interruptible: false interruptible: false
allow_failure: true allow_failure: true
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
dependencies: []
script: script:
- echo "This jobs makes sure this pipeline won't be interrupted! See https://docs.gitlab.com/ee/ci/yaml/#interruptible." - 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