From f5634b150a2f85835b41b431707fcbf7a4992624 Mon Sep 17 00:00:00 2001 From: Valerian Roche Date: Tue, 14 Mar 2023 15:39:25 -0400 Subject: [PATCH] Test git config change to avoid stamping issue Signed-off-by: Valerian Roche --- build/do_ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/do_ci.sh b/build/do_ci.sh index 32b138ac61..91552cdebc 100755 --- a/build/do_ci.sh +++ b/build/do_ci.sh @@ -3,6 +3,8 @@ set -e set -x +git config --global --add safe.directory /go-control-plane + go install golang.org/x/tools/cmd/goimports@latest cd /go-control-plane