From 553ceb2388f438dd368b6bddfdf869f1da8df42e Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sun, 19 Apr 2020 00:07:19 +0200 Subject: [PATCH] I should start to test locally before pushing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d15806d..f6d43e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: alpine/git commands: - git submodule update --init --recursive --remote - - cat .gitmodules | grep 'path =' | while read -r path; do + - cat .gitmodules | grep 'path =' | awk '{ print $3 }'| while read -r path; do - cd "$path" - git pull origin master - cd -