From 4ce24d1e302294a2845671b2d10cd3ab80858826 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 13 Sep 2021 20:42:43 +0700 Subject: [PATCH] Fixed clone submodules for drone build --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0284bfd..061fdc5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,11 @@ kind: pipeline type: docker name: ci -clone: - depth: 50 - steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build image: d.ctdn.net/node commands: