Skip to content
Snippets Groups Projects
Verified Commit 9f3d3f5e authored by Dorian Koch's avatar Dorian Koch
Browse files

Add commit tag to ci

parent e90a9b34
Branches dork
Tags v1.0
1 merge request!15Add meta tag and add commit tag to gitlab pipeline
Pipeline #6163 canceled
trigger-production: trigger-production:
stage: deploy stage: deploy
rules: rules:
- if: $CI_COMMIT_BRANCH == "live_production" - if: $CI_COMMIT_BRANCH == "live_production" && $CI_COMMIT_TAG != null
variables: variables:
BUILD_TYPE: frontend BUILD_TYPE: frontend
UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
UPSTREAM_COMMIT_TAG: $CI_COMMIT_TAG
trigger: trigger:
# Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B # Pipeline B in other project can only be triggered if the user triggering this pipeline has permission to trigger B
project: videoag_infra/production project: videoag_infra/production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment