Fetch submodules in Drone CI

This commit is contained in:
Chai Feng 2020-01-06 16:28:22 +08:00
parent 8521a6d1de
commit 409fb88131

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: