Skip to content

Commit

Permalink
Merge branch 'RESTAPI-1107-ask-confirmation-when-releasing' into 'mas…
Browse files Browse the repository at this point in the history
…ter'

Gitlab CI asks for confirmation when releasing on production

See merge request firecrest/firecrest!320
  • Loading branch information
Juan Pablo Dorsch committed Sep 13, 2024
2 parents 3421e6d + 3bcc60b commit 3c0af4e
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]+)?$/'
- if: '$CI_COMMIT_TAG =~ /^v1+[.][0-9]+([.][0-9]+)?$/'
when: manual
allow_failure: false

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

0 comments on commit 3c0af4e

Please sign in to comment.