From 9d49b64a2d4a173e3705e301ed727f6f2eb8717f Mon Sep 17 00:00:00 2001 From: Chase Qi <chase.qi@linaro.org> Date: Tue, 7 Jun 2022 19:07:18 +0800 Subject: [PATCH] ci: use deploy stage for publish-* jobs Signed-off-by: Chase Qi <chase.qi@linaro.org> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1021198e..7ae73bc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab