From e57eb4bba8dcb3b2a7f1649ebacfc9db4bc75d9f Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 27 Feb 2020 14:20:36 +0100 Subject: [PATCH] Add gitsubmodule init --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a1ca388..301add0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: - name: submodules image: alpine/git commands: + - git submodule init - git submodule update --recursive --remote - name: build