Skip to content
Snippets Groups Projects
Commit 75ca11a1 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Removing interruptible jobs from the default.

- When there is activity, this causes the master pipeline to never
finish. Not good.
- ip6 triggers cancel current pipeline too
parent 650d7f54
No related branches found
No related tags found
1 merge request!167Removing interruptible jobs from the default.
...@@ -11,7 +11,6 @@ workflow: ...@@ -11,7 +11,6 @@ workflow:
default: default:
before_script: before_script:
- source .local/bin/env.sh - source .local/bin/env.sh
interruptible: true
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment