From 9d2378f2e2afa4b655f778d244dce3bd83b919b8 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 23 Mar 2019 22:58:24 +0800 Subject: [PATCH] Try using git option --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42694c5..078552a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,10 @@ kind: pipeline name: auth clone: depth: 5 + recursive: true + submodule_override: + backend-auth: https://git.makerforce.io/beep/backend-auth.git steps: -- name: submodules - image: docker:git - commands: - - git submodule update --init --init --recursive --remote - name: docker image: plugins/docker settings: