From 203afb1c4c6a1eb675dcf0851b04764258ae79a9 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Wed, 17 Nov 2021 23:39:37 +0100 Subject: [PATCH] added recursive git cloning --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index ea29f2a..1476406 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - apt-get -y update - apt-get -y install graphviz plantuml make python3-pip git - pip install -r requirements.txt + - git submodule update --init --recursive - make bundle trigger: @@ -48,6 +49,7 @@ steps: - apt-get -y update - apt-get -y install graphviz plantuml make python3 python3-pip git - pip install -r requirements.txt + - git submodule update --init --recursive - make -j4 bundle trigger: