Skip to content
Snippets Groups Projects
Commit 337cff3e authored by Simon Künzel's avatar Simon Künzel
Browse files

Remove branch condition. Match protected tag

parent 3b83a3bb
Branches
Tags v1.0.1
No related merge requests found
Pipeline #6166 canceled
trigger-production: trigger-production:
stage: deploy stage: deploy
rules: rules:
- if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null # Tag is protected. Match only v.* Tags
- if: $CI_COMMIT_TAG =~ /v.*/
variables: variables:
BUILD_TYPE: backend_api BUILD_TYPE: backend_api
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment