Use local git config in tests (#2205)

I've seen this error: could not lock config file
$TMPDIR_GPARENT/TestAccept3968313522/002/.gitconfig: File exists

This is likely the cause.
This commit is contained in:
Denis Bilenko 2025-01-22 12:20:49 +01:00 committed by GitHub
parent e9902036b8
commit 876526a19a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ trace() {
git-repo-init() {
git init -qb main
git config --global core.autocrlf false
git config core.autocrlf false
git config user.name "Tester"
git config user.email "tester@databricks.com"
git add databricks.yml