Skip to content
Snippets Groups Projects
Commit 9d49b64a authored by Chase Qi's avatar Chase Qi
Browse files

ci: use deploy stage for publish-* jobs


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 5732987a
No related branches found
No related tags found
1 merge request!128ci: test if existing ci code in kirkstone works
......@@ -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:
......
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