From 409fb881316b26324e903ee5f3a95c812b876295 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Mon, 6 Jan 2020 16:28:22 +0800 Subject: [PATCH] Fetch submodules in Drone CI --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index f84d015..599c304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: default steps: +- name: Fetch Submodules + image: alpine/git + commands: + - git submodule update --recursive --remote + - name: Testing image: ubuntu:bionic commands: