Skip to content
Snippets Groups Projects
Commit 21705e4e authored by Michal Kolodziejski's avatar Michal Kolodziejski :bug:
Browse files

Change CI_COMMIT_TAG pattern for prod releases

parent b94725ac
No related branches found
No related tags found
1 merge request!32Add CERN OSPO theme
Pipeline #6200981 passed
...@@ -116,7 +116,7 @@ Deploy (DEV): ...@@ -116,7 +116,7 @@ Deploy (DEV):
extends: extends:
- .deploy_base - .deploy_base
rules: rules:
- if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /^.*-dev$/' - if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /^cern-.*-dev$/'
when: on_success when: on_success
Deploy (PROD): Deploy (PROD):
...@@ -133,7 +133,7 @@ Deploy (PROD): ...@@ -133,7 +133,7 @@ Deploy (PROD):
extends: extends:
- .deploy_base - .deploy_base
rules: rules:
- if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG !~ /^.*-dev$/' - if: '$CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /^cern-.*-prod$/'
when: manual when: manual
Deploy (CERNBox integration): Deploy (CERNBox integration):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment