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
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
...@@ -134,6 +134,7 @@ bundle-seco-intel-b68: ...@@ -134,6 +134,7 @@ bundle-seco-intel-b68:
publish-raspberrypi4-64: publish-raspberrypi4-64:
extends: .publish-rauc-bundle-to-hawkbit extends: .publish-rauc-bundle-to-hawkbit
stage: deploy
dependencies: [bundle-raspberrypi4-64] dependencies: [bundle-raspberrypi4-64]
needs: [bundle-raspberrypi4-64] needs: [bundle-raspberrypi4-64]
variables: variables:
...@@ -144,6 +145,7 @@ publish-raspberrypi4-64: ...@@ -144,6 +145,7 @@ publish-raspberrypi4-64:
publish-seco-intel-b68: publish-seco-intel-b68:
extends: .publish-rauc-bundle-to-hawkbit extends: .publish-rauc-bundle-to-hawkbit
stage: deploy
dependencies: [bundle-seco-intel-b68] dependencies: [bundle-seco-intel-b68]
needs: [bundle-seco-intel-b68] needs: [bundle-seco-intel-b68]
variables: 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