Skip to content

Remove some dead code from Ci::Build

drew stachon requested to merge dc-dead-build-code into master

What does this MR do and why?

This MR removes some code from Ci::Build that we no longer use. Ci::Build#unscoped_project used to be used in #artifacts_path (9d05dbb3) but isn't anymore, and there aren't any other references to this code in the codebase.

This is a follow-up to !71342 (comment 691367725), being worked on for https://gitlab.com/gitlab-org/gitlab/-/issues/24644

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by drew stachon

Merge request reports