Skip to content
Snippets Groups Projects
Commit ae282f63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

remove invalid condition

parent 04b51a2b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment