Skip to content

Commit

Permalink
chore: add global flag to previous commit as this is not the git root (
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Sep 8, 2023
1 parent 2a99e82 commit c8d6a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/discogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -x
# cd to project dir on Kokoro instance
cd github/google-api-go-client
export DISCOVERY_DIR=$(pwd)
git config --add safe.directory $PWD
git config --global --add safe.directory $PWD

cd internal/kokoro/discogen
go run google.golang.org/api/internal/kokoro/discogen

0 comments on commit c8d6a5a

Please sign in to comment.