Skip to content

Return an empty array when dependencies is an empty array

What does this MR do?

Return an empty array when dependencies is an empty array

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

The official documentation documentation says dependencies: [] in .gitlab-ci.yml will disable downloading artifacts from previous stages. 9.0 introduced a regression that broke this behaviour.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30316 (closed)

Merge request reports