add git submodules
This commit is contained in:
parent
ab7e5d7d7d
commit
eff5862314
@ -5,6 +5,11 @@ clone:
|
|||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: docker:git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: build-ar71xx-generic
|
- name: build-ar71xx-generic
|
||||||
image: hoffmannhosting/gluon-builder
|
image: hoffmannhosting/gluon-builder
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user