From 8f770ece0466faf368729229e3cc362874adc641 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 7 Mar 2016 02:28:25 +0800 Subject: [PATCH] Revert "faster submodule init" This reverts commit 2519e79c9d0f3a6779e1121d499cfaad642a2d24. This broke checkout to tags --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b13fbab..1e65351 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,7 @@ clone_folder: *REPO_DIR before_build: # git submodules - 'cd "%REPO_DIR%"' - - 'git submodule update --init --remote --depth 1 --recursive' + - 'git submodule update --init --remote --recursive' # prepare ogg - 'cd "%REPO_DIR%"'