Skip to content
Snippets Groups Projects

Draft: .oniro-ci: publish rauc bundles for pi4 to hawkbit

Closed Zygmunt Krynicki requested to merge zyga/oniro:feature/pi-bundle-publishing into kirkstone
Files
2
@@ -312,9 +312,12 @@
.build-rauc-bundle:
extends: .build-image
variables:
# Put timestamp into bundle name.
CI_ONIRO_BB_LOCAL_CONF_IMAGE_VERSION_SUFFIX: "-${DATETIME}"
# Collect rauc bundles as artifacts.
CI_ONIRO_JOB_ARTIFACTS: "*.raucb"
script:
- !reference [.build-image, script]
# Avoid pulling in any artifacts from the previous stage.
dependencies: []
# This job is currently used to customize the behavior in oniro and xts-acts.
# It will be removed when that is safe to do so. It is not documented.
Loading