Skip to content

Commit

Permalink
Mark Docker builds as interruptible
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeh committed Dec 30, 2022
1 parent b3ced1a commit fdea743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
default:
interruptible: true

.docker:
stage: build
image: docker:stable
Expand Down

0 comments on commit fdea743

Please sign in to comment.