From 5b4da4da22553429b23afaed29db5e5f4e3ed3c1 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 15 Oct 2024 11:42:25 -0600 Subject: [PATCH] chore: fix kokoro with safedir for git --- internal/kokoro/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/kokoro/test.sh b/internal/kokoro/test.sh index dacba5d0c..174249fbf 100755 --- a/internal/kokoro/test.sh +++ b/internal/kokoro/test.sh @@ -8,6 +8,7 @@ set -x # cd to project dir on Kokoro instance cd github/go-genproto +git config --global --add safe.directory "$(pwd)/./.git" go version