Skip to content
Snippets Groups Projects
Commit 25ec13e9 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix go build_interop script

parent 75d2ee07
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ set -e
# Clone just the grpc-go source code without any dependencies.
# We are cloning from a local git repo that contains the right revision
# to test instead of using "go get" to download from Github directly.
git clone --recursive /var/local/jenkins/grpc-go src/gooogle.golang.org/grpc
git clone --recursive /var/local/jenkins/grpc-go src/google.golang.org/grpc
# copy service account keys if available
cp -r /var/local/jenkins/service_account $HOME || true
......
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