This commit is contained in:
parent
2145b4be32
commit
adf39bf7ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue