Commit c6464aa859ce4d26a768d9cf6792453be0c0373b
1 parent
ac6c9128
Exists in
master
and in
4 other branches
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,8 +29,6 @@ namespace :gitlab do | ||
| 29 | # Skip if group or user | 29 | # Skip if group or user |
| 30 | next if namespaces.include?(name) | 30 | next if namespaces.include?(name) |
| 31 | 31 | ||
| 32 | - next if name == 'gitolite-admin' | ||
| 33 | - | ||
| 34 | puts "Processing #{repo_path}".yellow | 32 | puts "Processing #{repo_path}".yellow |
| 35 | 33 | ||
| 36 | project = Project.find_with_namespace(path) | 34 | project = Project.find_with_namespace(path) |