From ec91d69f8cb5c360f05a19aea80cbfae736cccfe Mon Sep 17 00:00:00 2001 From: Adler Neves Date: Sun, 30 Aug 2020 05:29:46 -0300 Subject: [PATCH] ci: add submodule pulling --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index df7e77d..eb093b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,7 @@ clone: steps: - name: submodules commands: - - git pull origin master --recurse-submodules - - git submodule update --recursive --remote + - git submodule update --init --recursive --remote - name: build depends_on: