From 515fe7865b9d6fd3eda1233aefaaae259df8e19c Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 31 Mar 2020 12:35:43 +0200 Subject: [PATCH] ci git submodules --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a7ed45..6072cef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,15 @@ type: docker name: default steps: +- name: submodules + image: alpine/git + commands: + - apk update + - apl add git-lfs + - git submodule update --init --recursive + - git submodule update --recursive --remote + - git lfs fetch --all + - name: build image: python commands: