aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-08-14 14:27:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-19 17:17:03 +0900
commitd531f12e283fa54f9405d01c787146334fd6f14b (patch)
treec2e2b1e0360bf7e38e1d28e8bdc7177b796bf351
parent70624ae43d72b94c12e7fe717e0b9d5456bcadda (diff)
downloadruby-d531f12e283fa54f9405d01c787146334fd6f14b.tar.gz
Enable shallow clone on appveyor
https://www.appveyor.com/docs/how-to/repository-shallow-clone/
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0c984b964a..9bc135873c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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