mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix #322 by only removing git environment variables while cloning
This commit is contained in:
parent
c16479b94a
commit
495fefd316
6 changed files with 42 additions and 14 deletions
|
|
@ -15,6 +15,8 @@ build: false
|
|||
before_test:
|
||||
- git config --global user.name "AppVeyor CI"
|
||||
- git config --global user.email "user@example.com"
|
||||
# Shut up CRLF messages
|
||||
- git config --global core.safecrlf false
|
||||
|
||||
test_script: tox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue