Skip to content

Commit

Permalink
Set safe directory in CI script to fix build issue related to VCS sta…
Browse files Browse the repository at this point in the history
…mping in binaries

Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
  • Loading branch information
valerian-roche committed Mar 14, 2023
1 parent b8aa9fb commit e7c1de7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
set -e
set -x

# Needed to avoid issues with go version stamping in CI build
git config --global --add safe.directory /go-control-plane

go install golang.org/x/tools/cmd/goimports@latest

cd /go-control-plane
Expand Down

0 comments on commit e7c1de7

Please sign in to comment.