Commit 79a989fa0f2e8ee9936c7023f2be6ec5ba297991
Exists in
master
and in
4 other branches
Merge pull request #4398 from Razer6/remove_gitolite_check
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) |