Commit ae282f6326ea27ebcbe02e41c20147ba654c589d

Authored by Dmitriy Zaporozhets
1 parent 04b51a2b

remove invalid condition

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/activate_namespaces.rake
@@ -31,7 +31,6 @@ namespace :gitlab do @@ -31,7 +31,6 @@ namespace :gitlab do
31 31
32 Project.where('namespace_id IS NOT NULL').find_each(batch_size: 500) do |project| 32 Project.where('namespace_id IS NOT NULL').find_each(batch_size: 500) do |project|
33 next unless project.group 33 next unless project.group
34 - next if project.empty_repo?  
35 34
36 group = project.group 35 group = project.group
37 36