From dfdfb6e04451c085ba8d74d61ce685eeca2d77f2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 14 Mar 2021 10:42:43 -0400 Subject: [PATCH] Adding submodule init. --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9acf2ad..0600cc4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,9 +8,10 @@ platform: steps: - - name: submodules + - name: fetch git submodules image: alpine/git commands: + - git submodule init - git submodule update --recursive --remote - ls lemmy-docs/src