Skip to content
Snippets Groups Projects

ci: test if existing ci code in kirkstone works

Closed Chase Qi requested to merge (removed):test-gitlab-ci into kirkstone
1 unresolved thread
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -134,6 +134,7 @@ bundle-seco-intel-b68:
publish-raspberrypi4-64:
extends: .publish-rauc-bundle-to-hawkbit
stage: deploy
dependencies: [bundle-raspberrypi4-64]
needs: [bundle-raspberrypi4-64]
variables:
@@ -144,6 +145,7 @@ publish-raspberrypi4-64:
publish-seco-intel-b68:
extends: .publish-rauc-bundle-to-hawkbit
stage: deploy
dependencies: [bundle-seco-intel-b68]
needs: [bundle-seco-intel-b68]
variables:
Loading