Don't interrupt compilation pipelines

Don't interrupt the compilation pipelines, instead let
them finish. That will ensure the author of the change
gets notified if their push breaks something.
This commit is contained in:
Ian McInerney 2020-05-17 00:08:25 +01:00
parent e662e33104
commit 8c3374398a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ test_formatting:
build_linux: build_linux:
stage: build stage: build
extends: .only_code extends: .only_code
interruptible: true interruptible: false
cache: cache:
key: "cache-linux" key: "cache-linux"
paths: paths: