add git submodules

This commit is contained in:
Stefan Hoffmann 2019-08-15 19:13:36 +02:00
parent ab7e5d7d7d
commit eff5862314

View File

@ -5,6 +5,11 @@ clone:
recursive: true
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --remote
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
commands: