Commit ae282f63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove invalid condition

parent 04b51a2b
......@@ -31,7 +31,6 @@ namespace :gitlab do
Project.where('namespace_id IS NOT NULL').find_each(batch_size: 500) do |project|
next unless project.group
next if project.empty_repo?
group = project.group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment