From a27893704b959fcf5f070d7d9a96aebd3df6b6da Mon Sep 17 00:00:00 2001 From: deranjer Date: Sat, 30 Jan 2021 10:40:27 -0500 Subject: [PATCH] adding init command to submodules --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 99ad3ff..1959e6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive --remote - name: build image: plugins/hugo