1
0
forked from gitea/gitea
zeripath 2f91a12143
Continue GCing other repos on error in one repo () ()
Backport 

The current code propagates all errors up to the iteration step meaning
that a single malformed repo will prevent GC of other repos.

This PR simply stops that propagation.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-01-13 15:29:16 -06:00
..