From eff5862314492ae8dfa739c8c300d41600ed6fd3 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 15 Aug 2019 19:13:36 +0200 Subject: [PATCH] add git submodules --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 566438c..a725129 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,11 @@ clone: recursive: true steps: +- name: submodules + image: docker:git + commands: + - git submodule update --recursive --remote + - name: build-ar71xx-generic image: hoffmannhosting/gluon-builder commands: