Clone submodules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-05-01 23:15:21 +02:00
parent bd9ddcaaa2
commit 3c2b4479d1
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -2,6 +2,11 @@ kind: pipeline
name: build
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --remote
- name: docker
image: plugins/docker
settings: