From b3a72b22ca9db2df62898731d9847c1f3fb9f40d Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Wed, 18 May 2022 13:58:17 +0200
Subject: [PATCH] docs: clarify dependencies of the publishing job

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 docs/ci/hidden-jobs/publish-rauc-bundle-to-hawkbit.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/ci/hidden-jobs/publish-rauc-bundle-to-hawkbit.rst b/docs/ci/hidden-jobs/publish-rauc-bundle-to-hawkbit.rst
index bc4a7b32..b534f939 100644
--- a/docs/ci/hidden-jobs/publish-rauc-bundle-to-hawkbit.rst
+++ b/docs/ci/hidden-jobs/publish-rauc-bundle-to-hawkbit.rst
@@ -15,9 +15,9 @@ Usage Guide
 ===========
 
 The `.publish-rauc-bundle-to-hawkbit` job should be paired with the
-:doc:`build-rauc-bundle-job` using the `needs: ...` keyword, so that the bundle
-file is transferred as an artifact between the two jobs, and no other artifacts
-are needlessly copied.
+:doc:`build-rauc-bundle-job` using the `needs: ...` and `dependencies: ...`
+keywords, so that the bundle file is transferred as an artifact between the two
+jobs, and no other artifacts are needlessly copied.
 
 The following variables should be set in the job definition:
 
-- 
GitLab