From 5cdf0fa1e72a16c9cf7340fd3d7b860db06ee265 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 27 Feb 2020 14:14:50 +0100 Subject: [PATCH] Handle git submodules in drone --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9b563b5..a1ca388 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: