1
0
Fork 0
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:
Nobuyoshi Nakada 2021-08-14 14:27:24 +09:00
parent 70624ae43d
commit d531f12e28
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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