From d9ee549565fdee86b2db1492bf9e9e1f74919d96 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Mon, 6 Jan 2020 16:34:40 +0800 Subject: [PATCH] Move fetching submdoule to Testing --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f704daf..2a73e00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,12 +4,8 @@ type: docker name: default steps: -- name: Fetch Submodules - image: alpine/git - commands: - - git submodule update --recursive --depth=1 --remote - - name: Testing image: ubuntu:bionic commands: + - git submodule update --recursive --depth=1 --remote - ./test.sh