From faab741ea435dc587ff7060638eed0721634ca5c Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 12 Jul 2020 01:06:48 -0700 Subject: [PATCH] git submodule update in drone --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index b9479b8..99a89e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ type: docker name: default pipeline: + clone: + commands: + - git submodule update --init --recursive + build: image: cbrgm/drone-hugo:latest validate: true