Skip to content

Commit c823291

Browse files
authored
CI: Specify --depth on submodule update (vim#352)
Reduce the time for cloning.
1 parent ff60e2c commit c823291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ echo TAG_NAME: %TAG_NAME%
118118
@echo on
119119

120120
:: Get Vim source code
121-
git submodule update --init
121+
git submodule update --init --depth 20
122122
git submodule update --remote
123123

124124
:: Apply experimental patches

0 commit comments

Comments
 (0)