Handle git submodules in drone

This commit is contained in:
Ariejan de Vroom 2020-02-27 14:14:50 +01:00
parent 12195a393c
commit 5cdf0fa1e7

View File

@ -6,6 +6,11 @@ trigger:
- master
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: build
image: hypervtechnics/drone-hugo
settings: