Skip to content

Commit

Permalink
added when: manual to TDS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorsch committed Sep 10, 2024
1 parent e96570f commit 40a7a89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,11 @@ tag_release:
VAULT_ID_TOKEN:
aud: https://git.cscs.ch
rules:
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)?$/ || $CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)-dev+([.][0-9]+)?$/'
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)-dev+([.][0-9]+)?$/'
when: manual
allow_failure: false
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)?$/'

image:
name: ${CI_REGISTRY_PREFIX}/ci-util:latest
script:
Expand Down

0 comments on commit 40a7a89

Please sign in to comment.