From 6f9578692f05c14a2a4890a667aff709cf710872 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 1 May 2019 23:24:17 +0200 Subject: [PATCH] Fix cloning of submodule --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 76737c0..11fc763 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: submodules image: docker:git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive - name: docker image: plugins/docker