Fetch submodules in Drone CI

This commit is contained in:
Chai Feng 2020-01-06 16:28:22 +08:00
parent fc741f36b9
commit ad4e2ba941
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

View file

@ -4,6 +4,11 @@ type: docker
name: default
steps:
- name: Fetch Submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: Testing
image: ubuntu:bionic
commands: