task import:repos imports projects wiki as new projects
Created by: walterra
Summary
Using 5-3-stable running the task bundle exec rake gitlab:import:repos RAILS_ENV=production
reimports project-wikis as new projects
Steps to reproduce
- Initialize wiki for a project like 'example.git' by creating a wiki page
- Run
bundle exec rake gitlab:import:repos RAILS_ENV=production
- the projects wiki gets reimported as a new project like 'example-wiki.git'
Expected bevahior
The import task should skip project wiki repositories.