mirror of https://github.com/databricks/cli.git
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:
parent
e9902036b8
commit
876526a19a
|
@ -34,7 +34,7 @@ trace() {
|
||||||
|
|
||||||
git-repo-init() {
|
git-repo-init() {
|
||||||
git init -qb main
|
git init -qb main
|
||||||
git config --global core.autocrlf false
|
git config core.autocrlf false
|
||||||
git config user.name "Tester"
|
git config user.name "Tester"
|
||||||
git config user.email "tester@databricks.com"
|
git config user.email "tester@databricks.com"
|
||||||
git add databricks.yml
|
git add databricks.yml
|
||||||
|
|
Loading…
Reference in New Issue