add submodule

This commit is contained in:
Jay 2019-05-22 22:38:52 +08:00
parent 50e9738f61
commit 7b160cc11f
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ clone:
depth: 50
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --remote
- name: docker
image: plugins/docker
settings: