From db432f2ce1aefa45d36882ead974ec13d51224b7 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 12:59:09 +0200 Subject: [PATCH] init git submodule --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2c38742..3bec02f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,6 @@ steps: - name: check documentation build image: rust:1.49-slim-buster commands: + - git submodule init + - git submodule update --recursive --remote - ./build.sh