Don't run full gc in AfterImportService
Pull mirrors would run the Projects::AfterImportService
, which would
force a git gc
each time it finished. This is overkill and not
necessary now that we have refs packed more frequently
(https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27826).