I should start to test locally before pushing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
adf39bf7ab
commit
553ceb2388
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue