Skip to content

Commit c45a3bc

Browse files
author
Tobias Hauhut
committed
Update .gitlab-ci.yml file for hotfix workflow
1 parent 8868ba3 commit c45a3bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ include:
44
- '.create_merge_request_v3.yml'
55
- '.web_test_v2.yml'
66
- '.tag_release.yml'
7+
- '.hotfix_workflow.yml'
78

89

910
stages:
11+
- check_issue_type
1012
- create_merge_request
13+
- create_hotfix_merge_request
1114
- lint
1215
- test
1316
- update_stage
@@ -108,7 +111,7 @@ update_staging:
108111

109112
tag_release_check:
110113
variables:
111-
MAIN_BRANCH_NAME: "master"
114+
MAIN_BRANCH_NAME: "production"
112115
tags:
113116
- col-svc-prod
114117

0 commit comments

Comments
 (0)