Skip to content

Commit

Permalink
Add safe.directory path in Kokoro cleanup script
Browse files Browse the repository at this point in the history
Issue: 365150653
Reviewed-on: #4643
  • Loading branch information
dahlstrom-g committed Jan 6, 2025
1 parent 3b068ec commit 5a10f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cobalt/devinfra/kokoro/bin/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ set -x
# Especially on Windows, the rsync can take long time, so we cleanup the cobalt workspace
# after finishing each build.
set +e
git config --global --add safe.directory "${WORKSPACE_COBALT}"
time git -C "${WORKSPACE_COBALT}" clean -dfx
exit 0

0 comments on commit 5a10f25

Please sign in to comment.