Commit c6464aa859ce4d26a768d9cf6792453be0c0373b

Authored by Robert Schilling
1 parent ac6c9128

Remove gitolite repo check for import script

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
lib/tasks/gitlab/import.rake
... ... @@ -29,8 +29,6 @@ namespace :gitlab do
29 29 # Skip if group or user
30 30 next if namespaces.include?(name)
31 31  
32   - next if name == 'gitolite-admin'
33   -
34 32 puts "Processing #{repo_path}".yellow
35 33  
36 34 project = Project.find_with_namespace(path)
... ...