Skip to content

Commit

Permalink
chore(spanner): add safedir for git (#10999)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 authored Oct 16, 2024
1 parent 1a33f93 commit 0e9942c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spanner/kokoro/beta-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set -x

# cd to project dir on Kokoro instance
cd github/google-cloud-go
git config --global --add safe.directory "$(pwd)/./.git"

go version

Expand Down
1 change: 1 addition & 0 deletions spanner/kokoro/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set -x

# cd to project dir on Kokoro instance
cd github/google-cloud-go
git config --global --add safe.directory "$(pwd)/./.git"

go version

Expand Down

0 comments on commit 0e9942c

Please sign in to comment.