Fetch submodules in Drone CI
This commit is contained in:
parent
8521a6d1de
commit
409fb88131
@ -4,6 +4,11 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fetch Submodules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: Testing
|
- name: Testing
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user