mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Enable shallow clone on appveyor
https://www.appveyor.com/docs/how-to/repository-shallow-clone/
This commit is contained in:
parent
70624ae43d
commit
d531f12e28
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ init:
|
|||
- git config --global core.autocrlf false
|
||||
- git config --global core.eol lf
|
||||
- git config --global advice.detachedHead 0
|
||||
shallow_clone: true
|
||||
clone_depth: 10
|
||||
platform:
|
||||
- x64
|
||||
|
|
Loading…
Reference in a new issue