I should start to test locally before pushing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Davide Depau 2020-04-19 00:07:19 +02:00
parent adf39bf7ab
commit 553ceb2388
1 changed files with 1 additions and 1 deletions

View File

@ -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 -