Bump Gitaly version to 0.69.0

This commit is contained in:
Ahmad Sherif 2018-01-15 14:17:25 +01:00
parent 26d351ddee
commit e528ae2c34
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.67.0
0.69.0

View File

@ -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