From 413b9f00c9aa96ec7dda4bf920360e46060fabcb Mon Sep 17 00:00:00 2001 From: simon987 Date: Wed, 17 Nov 2021 10:17:49 -0500 Subject: [PATCH] CI fix attempt 2 --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 734eefe..ef7b759 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ platform: os: linux steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build image image: plugins/docker settings: