CI: Disable shallow clone

pull/474/head
Connor McLaughlin 6 years ago
parent 277c03aca0
commit 5d5d8a5116

@ -1,15 +1,10 @@
version: 1.0.{build}
branches:
only:
- master
image:
- Visual Studio 2019
- Ubuntu1804
- macOS
clone_depth: 1
install:
- cmd: >-
git submodule update --init --depth 1

Loading…
Cancel
Save