From 3c2b4479d14803b46dead14a302ff92e05baa3f5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 23:15:21 +0200 Subject: [PATCH] Clone submodules --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9c0c56a..76737c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: build steps: + - name: submodules + image: docker:git + commands: + - git submodule update --recursive --remote + - name: docker image: plugins/docker settings: