From 88d29263de893170f314ed440d50194a07c26033 Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 19 Sep 2019 13:54:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index cd1d3a6..1f8cf9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ type: docker name: default steps: + - name: submodules + image: alpine:git + commands: + - git submodule update --recursive --remote - name: build left, debug image: hardwario/gcc-arm-embedded:7-2017-q4-major commands: