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
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodules update --recursive
|
||||
- git pull origin master --recurse-submodules=yes
|
||||
|
||||
- name: deploy
|
||||
|
|
Loading…
Reference in a new issue