We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9f161 commit f34d6d9Copy full SHA for f34d6d9
1 file changed
.gitlab-ci.yml
@@ -213,6 +213,8 @@ cache:
213
- freeloader
214
- linux
215
- u-boot
216
+ - if: $CI_JOB_STAGE == "manual"
217
+ when: manual
218
tags:
219
- env::shell
220
- net::outside
@@ -252,10 +254,6 @@ cache:
252
254
# Manual job template
253
255
.build_linux_sdk_manual_template: &build_linux_sdk_manual_job_def
256
extends: .job_rules
- rules:
- # manual trigger this deploy job on not merge request pipeline
257
- - if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
258
- when: manual
259
artifacts:
260
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
261
paths:
0 commit comments