Skip to content

Commit

Permalink
chore(internal/kokoro): try to fix VCS verification (#8760)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpg authored and bhshkh committed Nov 3, 2023
1 parent 313cef5 commit fb044d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set -eo pipefail
# Display commands being run.
set -x

git config --global --add safe.directory $PWD
cd github/google-cloud-go/internal/godocfx
git config --global --add safe.directory $PWD
go install
cd -

Expand Down

0 comments on commit fb044d4

Please sign in to comment.