From a142c93ba35d19300b034024f4383240615e8323 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 19 Jan 2021 12:44:07 -0600 Subject: [PATCH] Set tasks as interruptible [skip ci] --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a3ff9a..44befc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ stages: documentation: stage: generate_docs image: python + interruptible: true script: - echo "started by ${GITLAB_USER_NAME}" - python -V @@ -64,6 +65,7 @@ documentation: stage: generate_docs tags: - windows10 + interruptible: true script: - '&$env:PYTHON3_32 -m pip install --upgrade babel' - copy changelog.md doc\changelog.md @@ -89,6 +91,7 @@ documentation: alpha32: <<: *configure_environment stage: build + interruptible: true script: # Create html documentation firstly. - copy changelog.md doc\changelog.md @@ -123,6 +126,7 @@ alpha32: stable: <<: *configure_environment stage: build + interruptible: true script: - copy changelog.md doc\changelog.md - cd doc @@ -151,6 +155,7 @@ upload: tags: - linux image: python + interruptible: true script: - cd artifacts - python ../scripts/upload.py