CI: Disable shallow clone
This commit is contained in:
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…
Reference in New Issue