Skip to content
Snippets Groups Projects

Draft: .oniro-ci,gitlab-ci.yml: add support for publishing bundles to hawkbit

Closed Zygmunt Krynicki requested to merge feature/pi-bundle-publishing into kirkstone
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -87,7 +87,8 @@ bundle-raspberrypi4-64:
extends: .build-rauc-bundle
stage: update
# Depend on the build job to prevent repeating build failures.
needs: [linux-raspberrypi4-64]
# disabled for development
# needs: [linux-raspberrypi4-64]
variables:
MACHINE: raspberrypi4-64
CI_ONIRO_BUILD_FLAVOUR: linux
Loading