Fetch submodules in Drone CI
This commit is contained in:
parent
8521a6d1de
commit
409fb88131
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user