Skip to content

Commit 6357ff1

Browse files
committed
Merge branch 'fix-part-of-55966' into 'master'
Ignore Repository::AmbiguousRefError in db/fixtures/development See merge request gitlab-org/gitlab-ce!24366
2 parents 1c1f904 + 0130ff0 commit 6357ff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

db/fixtures/development/10_merge_requests.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
Sidekiq::Worker.skipping_transaction_check do
2929
MergeRequests::CreateService.new(project, developer, params).execute
30+
rescue Repository::AmbiguousRefError
31+
# Ignore pipelines creation errors for now, we can doing that after
32+
# https://gitlab.com/gitlab-org/gitlab-ce/issues/55966. will be resolved.
3033
end
3134
print '.'
3235
end

0 commit comments

Comments
 (0)