Commit 0130ff0b authored by Rémy Coutable's avatar Rémy Coutable

Ignore Repository::AmbiguousRefError in db/fixtures/development

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 82852058
......@@ -27,6 +27,9 @@ Gitlab::Seeder.quiet do
Sidekiq::Worker.skipping_transaction_check do
MergeRequests::CreateService.new(project, developer, params).execute
rescue Repository::AmbiguousRefError
# Ignore pipelines creation errors for now, we can doing that after
# https://gitlab.com/gitlab-org/gitlab-ce/issues/55966. will be resolved.
end
print '.'
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