Skip to content
Snippets Groups Projects
Commit b209298e authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

make release branch regex more specific

parent f7e424b6
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ deploy-prod-release-prod-cscs:
RELEASE_NAME: EBRAINS-23.06
resource_group: shared-NFS-mount-prod-cscs
rules:
- if: $CI_COMMIT_BRANCH =~ /ebrains/
- if: $CI_COMMIT_BRANCH =~ /^ebrains/
when: manual
# Deploy the production release of tools (manual pipeline)
......@@ -94,7 +94,7 @@ deploy-prod-release-prod-jsc:
RELEASE_NAME: EBRAINS-23.06
resource_group: shared-NFS-mount-prod-jsc
rules:
- if: $CI_COMMIT_BRANCH =~ /ebrains/
- if: $CI_COMMIT_BRANCH =~ /^ebrains/
when: manual
# Deploy the experimental release of tools (sheduled pipeline)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment