Skip to content

ignore hashed repos (for now) when using `rake gitlab:cleanup:repos`

For now, ensure that hashed repositories are not incorrectly removed when running the rake task rake gitlab:cleanup:repos

Project.find_by_full_path does not currently work with hashed repos, and also broken with subgroups. So this fix ensures that should that be fixed, we don't accidentally delete hashed repos. Proper support needs to be addressed at a later time.

Closes #40291 (closed)

Edited by Brett Walker

Merge request reports