From 0458da109a759ee4662f5f508d5a890b6683aed2 Mon Sep 17 00:00:00 2001 From: Steffen Becker Date: Tue, 1 Jun 2021 22:54:06 +0200 Subject: [PATCH] More build fixes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d09d90c..a5f935e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive - name: hugo image: cbrgm/drone-hugo:latest