From adf39bf7ab9ad93b31a27d7bd37376ba5e550124 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sun, 19 Apr 2020 00:01:46 +0200 Subject: [PATCH] jesus fucking christ --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 66bdac3..d15806d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive + - git submodule update --init --recursive --remote - cat .gitmodules | grep 'path =' | while read -r path; do - cd "$path" - git pull origin master