From 174793a81d5fcabbbe8f03c0e8565a37e1ad9fbd Mon Sep 17 00:00:00 2001 From: Jean de Klerk <deklerk@google.com> Date: Mon, 17 Dec 2018 15:34:58 -0800 Subject: [PATCH] internal: fix path of test.sh (#123) --- internal/kokoro/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/kokoro/test.sh b/internal/kokoro/test.sh index 54e8a99e..9709a78e 100755 --- a/internal/kokoro/test.sh +++ b/internal/kokoro/test.sh @@ -9,7 +9,7 @@ set -eo pipefail set -x # cd to project dir on Kokoro instance -cd github/gax-go +cd github/go-genproto go version -- GitLab