File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ variables:
71
71
DEV_PROJECT_PATH : ' gitlab/omnibus-gitlab'
72
72
QA_PROJECT_PATH : ' gitlab-org/build/omnibus-gitlab-mirror'
73
73
ARM64_RUNNER_TAG : ' arm64'
74
+ PACKAGE_PROMOTION_RUNNER_TAG : ' promotion'
74
75
75
76
.distribution-amd64-tags :
76
77
- distribution-runner
Original file line number Diff line number Diff line change 163
163
cache : !reference [.tag-cache]
164
164
retry : 2
165
165
tags :
166
- - promotion
166
+ - ${PACKAGE_PROMOTION_RUNNER_TAG}
167
167
rules :
168
168
- !reference [.default_rules, rules]
169
169
- !reference [.skip_release_jobs, rules]
199
199
retry : 2
200
200
cache : !reference [.tag-cache]
201
201
tags :
202
- - promotion
202
+ - ${PACKAGE_PROMOTION_RUNNER_TAG}
203
203
rules :
204
204
- !reference [.default_rules, rules]
205
205
- !reference [.skip_release_jobs, rules]
You can’t perform that action at this time.
0 commit comments