Skip to content
Snippets Groups Projects
Commit 8f442604 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #11898 from adelez/download_json_file

Fix cloud_to_prod interop tests on kokoro
parents 781fd6f6 ae5130da
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,8 @@ git submodule update --init
# Set up gRPC-Go and gRPC-Java to test
git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
# Download json file.
mkdir ~/service_account
gsutil cp gs://grpc-testing-secrets/interop/service_account/GrpcTesting-726eb1347f15.json ~/service_account
export GOOGLE_APPLICATION_CREDENTIALS=~/service_account/GrpcTesting-726eb1347f15.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment