Merge pull request #4398 from Razer6/remove_gitolite_check

Remove gitolite repo check for import script
This commit is contained in:
Dmitriy Zaporozhets 2013-07-11 09:23:21 -07:00
commit 79a989fa0f

View file

@ -29,8 +29,6 @@ namespace :gitlab do
# Skip if group or user
next if namespaces.include?(name)
next if name == 'gitolite-admin'
puts "Processing #{repo_path}".yellow
project = Project.find_with_namespace(path)