Skip to content

Remove gitlab shell build_missing_projects rake task

James Fargher requested to merge remove_shell_build_missing_projects into master

What does this MR do and why?

#375254 (closed)

This rake task has not worked for a long time because it accesses gitaly controlled filesystems without the necessary allow_disk_access wrapper. Since it is not mentioned in our docs and has no tests. Lets remove it.

MR acceptance checklist

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

Merge request reports