This commit is contained in:
Stefan Hoffmann 2019-08-15 19:15:25 +02:00
parent eff5862314
commit 188ff341f7

View File

@ -2,14 +2,14 @@ kind: pipeline
name: gluon-build name: gluon-build
clone: clone:
recursive: true depth: 50
steps: steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --recursive --remote - git submodule update --recursive --remote
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder
commands: commands: