mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-09-20 07:58:39 +02:00
CI: Enable interruptible
This commit is contained in:
committed by
Kyle Schwarz
parent
d95a17b360
commit
8801e949da
@@ -1,3 +1,6 @@
|
||||
default:
|
||||
interruptible: true
|
||||
|
||||
variables:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
LIBICSNEO_ICSPB_REPO: https://gitlab-ci-token:${CI_JOB_TOKEN}@${LIBICSNEO_ICSPB_GIT}
|
||||
@@ -335,6 +338,7 @@ build python/windows:
|
||||
|
||||
deploy python/pypi:
|
||||
stage: deploy
|
||||
interruptible: false
|
||||
variables:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: $PYPI_TOKEN
|
||||
@@ -359,6 +363,7 @@ deploy python/pypi:
|
||||
|
||||
push github:
|
||||
stage: deploy
|
||||
interruptible: false
|
||||
tags:
|
||||
- linux-build
|
||||
image: alpine:latest
|
||||
|
||||
Reference in New Issue
Block a user