Also pull submodules
This commit is contained in:
parent
317cb7b393
commit
86f94700a4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
|
- git submodules update --recursive
|
||||||
- git pull origin master --recurse-submodules=yes
|
- git pull origin master --recurse-submodules=yes
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
|
Loading…
Reference in a new issue