Skip to content

Commit

Permalink
Revert "faster submodule init"
Browse files Browse the repository at this point in the history
This reverts commit 2519e79.
This broke checkout to tags
  • Loading branch information
Chocobo1 committed Mar 6, 2016
1 parent 6a5dcd5 commit 8f770ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%"'
Expand Down

0 comments on commit 8f770ec

Please sign in to comment.