Fix cloning of submodule

This commit is contained in:
Valentin Brandl
2019-05-01 23:24:17 +02:00
parent 3c2b4479d1
commit 6f9578692f

View File

@ -5,7 +5,7 @@ steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --remote
- git submodule update --init --recursive
- name: docker
image: plugins/docker