added recursive git cloning
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Gulliver 2021-11-17 23:39:37 +01:00
parent 938eb4228a
commit 030285b17e

View File

@ -15,6 +15,7 @@ steps:
- apt-get -y update - apt-get -y update
- apt-get -y install graphviz plantuml make python3-pip git - apt-get -y install graphviz plantuml make python3-pip git
- pip install -r requirements.txt - pip install -r requirements.txt
- git submodule update --init --recursive
- make bundle - make bundle
trigger: trigger:
@ -48,6 +49,7 @@ steps:
- apt-get -y update - apt-get -y update
- apt-get -y install graphviz plantuml make python3 python3-pip git - apt-get -y install graphviz plantuml make python3 python3-pip git
- pip install -r requirements.txt - pip install -r requirements.txt
- git submodule update --init --recursive
- make -j4 bundle - make -j4 bundle
trigger: trigger: