Ignore Repository::AmbiguousRefError in db/fixtures/development
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
8285205815
commit
0130ff0baf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue