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:
|
variables:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
LIBICSNEO_ICSPB_REPO: https://gitlab-ci-token:${CI_JOB_TOKEN}@${LIBICSNEO_ICSPB_GIT}
|
LIBICSNEO_ICSPB_REPO: https://gitlab-ci-token:${CI_JOB_TOKEN}@${LIBICSNEO_ICSPB_GIT}
|
||||||
@@ -335,6 +338,7 @@ build python/windows:
|
|||||||
|
|
||||||
deploy python/pypi:
|
deploy python/pypi:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
interruptible: false
|
||||||
variables:
|
variables:
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: $PYPI_TOKEN
|
TWINE_PASSWORD: $PYPI_TOKEN
|
||||||
@@ -359,6 +363,7 @@ deploy python/pypi:
|
|||||||
|
|
||||||
push github:
|
push github:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
interruptible: false
|
||||||
tags:
|
tags:
|
||||||
- linux-build
|
- linux-build
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user