mirror of https://github.com/databricks/cli.git
acc: Disable git hooks (#2249)
Otherwise hooks from universe and custom hooks run in tests.
This commit is contained in:
parent
65e4f79dfe
commit
5971bd5c1a
|
@ -39,6 +39,7 @@ git-repo-init() {
|
||||||
git config 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 config core.hooksPath no-hooks
|
||||||
git add databricks.yml
|
git add databricks.yml
|
||||||
git commit -qm 'Add databricks.yml'
|
git commit -qm 'Add databricks.yml'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue