From c02fea0c224a670ce1cd1c44aebf7b44b50930b4 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 15 Oct 2024 11:50:21 -0600 Subject: [PATCH] chore: fix kokoro with safedir for git (#1164) --- 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