We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb4dbc commit e832140Copy full SHA for e832140
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,8 +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:
- - when: manual
257
artifacts:
258
name: "bootimages-${SOC}-${CORE}-${BOOT_MODE}-${CI_COMMIT_SHA::8}"
259
paths:
0 commit comments