gefrickel

This commit is contained in:
Stefan Hoffmann 2019-08-15 19:20:18 +02:00
parent b367f10c08
commit a6d171d8cb

View File

@ -8,8 +8,10 @@ steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --recursive --remote - cd gluon
- ls -alh - git pull
- cd ../site
- git pull
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder