aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2018-12-13 18:40:01 -0500
committerAndrew Rabert <ar@nullsum.net>2018-12-13 18:40:01 -0500
commit16e3c5eb85a288ededef70a1bf28daf3c7194580 (patch)
treed381bea5577d939745e29990e6a4cc8da22b2a56
parent64805410c21b1e4717a7f030f619bb2e7bd33d2a (diff)
Recursively init submodules
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index bacce407b..238a4465e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,7 +8,7 @@ steps:
- name: submodules
image: docker:git
commands:
- - git submodule update --init
+ - git submodule update --init --recursive
- name: build:debian
image: plugins/docker
group: build
@@ -29,7 +29,7 @@ steps:
- name: submodules
image: docker:git
commands:
- - git submodule update --init
+ - git submodule update --init --recursive
- name: build:docker
image: plugins/docker
group: build