Commit 26a5f088 authored by Tiger's avatar Tiger

Condense progress output for seeding burndown

parent c9e7ae15
......@@ -12,16 +12,16 @@ class Gitlab::Seeder::Burndown
Sidekiq::Worker.skipping_transaction_check do
Sidekiq::Testing.inline! do
create_milestone
puts '.'
print '.'
create_issues
puts '.'
print '.'
close_issues
puts '.'
print '.'
reopen_issues
puts '.'
print '.'
end
end
......
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