We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8868ba3 commit c45a3bcCopy full SHA for c45a3bc
.gitlab-ci.yml
@@ -4,10 +4,13 @@ include:
4
- '.create_merge_request_v3.yml'
5
- '.web_test_v2.yml'
6
- '.tag_release.yml'
7
+ - '.hotfix_workflow.yml'
8
9
10
stages:
11
+ - check_issue_type
12
- create_merge_request
13
+ - create_hotfix_merge_request
14
- lint
15
- test
16
- update_stage
@@ -108,7 +111,7 @@ update_staging:
108
111
109
112
tag_release_check:
110
113
variables:
- MAIN_BRANCH_NAME: "master"
114
+ MAIN_BRANCH_NAME: "production"
115
tags:
116
- col-svc-prod
117
0 commit comments