Skip to content
Snippets Groups Projects
Commit 0bbc8a1c authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

NOMERGE: remove dependency between bundle and image


This speeds up testing and iteration during pipeline development.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 5c633754
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,9 @@ 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]
needs: []
variables:
MACHINE: raspberrypi4-64
CI_ONIRO_BUILD_FLAVOUR: linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment