Skip to content

Commit

Permalink
fix: git safe directory issue in buildscript (#7164)
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Dec 14, 2022
1 parent 5989bb1 commit 20505bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiler/kokoro/integration_test.sh
Expand Up @@ -30,6 +30,8 @@ set -x

cd $(dirname $0)/..

git config --global --add safe.directory /tmpfs/src/github/google-cloud-go

export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_KEYSTORE_DIR}/72935_cloud-profiler-e2e-service-account-key"
export GCLOUD_TESTS_GOLANG_PROJECT_ID="cloud-profiler-e2e"

Expand Down

0 comments on commit 20505bd

Please sign in to comment.