add git submodules
This commit is contained in:
parent
ab7e5d7d7d
commit
eff5862314
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user