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…
Add table
Reference in a new issue