Commit 89f9074f authored by Sean McGivern's avatar Sean McGivern

Merge branch 'feature/bump-gitaly-version-to-0-69-0' into 'master'

Bump Gitaly version to 0.69.0

See merge request gitlab-org/gitlab-ce!16460
parents abae33a8 e528ae2c
......@@ -177,7 +177,7 @@ module Gitlab
response = GitalyClient.call(@repository.storage, :commit_service, :list_commits_by_oid, request, timeout: GitalyClient.medium_timeout)
consume_commits_response(response)
rescue GRPC::Unknown # If no repository is found, happens mainly during testing
rescue GRPC::NotFound # If no repository is found, happens mainly during testing
[]
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