From 972716443f44ded79b7f84c3d1f0ef9b73e7e0a1 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Mon, 6 Jan 2020 16:31:35 +0800 Subject: [PATCH] Set depth to 1 when fetch submodules --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 599c304..f704daf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: Fetch Submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --recursive --depth=1 --remote - name: Testing image: ubuntu:bionic