This commit is contained in:
Stefan Hoffmann 2019-08-15 19:44:54 +02:00
parent 1e11045be2
commit 9bf341af79

View File

@ -9,11 +9,12 @@ steps:
image: docker:git image: docker:git
commands: commands:
- git submodule update --recursive --init - git submodule update --recursive --init
- ls -alh
- cd gluon - cd gluon
- ls -alh - git branch
- git checkout v2018.2.2
- cd ../site - cd ../site
- ls -alh - git branch
- git checkout v2018.2-tdf
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder