Add gitsubmodule init

This commit is contained in:
Ariejan de Vroom 2020-02-27 14:20:36 +01:00
parent 5cdf0fa1e7
commit e57eb4bba8

View File

@ -9,6 +9,7 @@ steps:
- name: submodules
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
- name: build