Skip to content

Commit

Permalink
chore(internal/kokoro): set -buildvcs=false when installing godocfx (#…
Browse files Browse the repository at this point in the history
…8761)

Followup on #8760.
  • Loading branch information
tbpg authored and bhshkh committed Nov 3, 2023
1 parent fb044d4 commit 481bc52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/kokoro/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ set -eo pipefail
set -x

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

export GOOGLE_APPLICATION_CREDENTIALS=$KOKORO_KEYSTORE_DIR/72523_go_integration_service_account
Expand Down

0 comments on commit 481bc52

Please sign in to comment.