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
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive
|
- git submodule update --init --recursive --remote
|
||||||
- cat .gitmodules | grep 'path =' | while read -r path; do
|
- cat .gitmodules | grep 'path =' | while read -r path; do
|
||||||
- cd "$path"
|
- cd "$path"
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
|
|
Loading…
Reference in a new issue