From 6bc7eed24c7e0e07b3327ad7336218a2a011cdb7 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Mon, 6 Jan 2020 16:37:55 +0800 Subject: [PATCH] Forgot to init submodules --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2a73e00..67b1cef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,8 +4,12 @@ type: docker name: default steps: +- name: Fetch Submodules + image: alpine/git + commands: + - git submodule update --init --recursive --depth=1 --remote + - name: Testing image: ubuntu:bionic commands: - - git submodule update --recursive --depth=1 --remote - ./test.sh