This commit is contained in:
Stefan Hoffmann 2019-08-15 20:36:08 +02:00
parent 01245e7901
commit e19ff6f217

View File

@ -8,14 +8,16 @@ steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
- git submodule update --recursive --init #- git submodule update --recursive --init
- ls
- name: change site to tdf - name: change site to tdf
image: docker:git image: docker:git
commands: commands:
- cd site - cd site
- git checkout v2018.2-tdf # - git checkout v2018.2-tdf
- mkdir fff - mkdir fff
- whoami
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder
@ -23,6 +25,7 @@ steps:
- name: gluon - name: gluon
path: /gluon path: /gluon
commands: commands:
- whoami
- cd /gluon - cd /gluon
- mkdir gdsgklösjd - mkdir gdsgklösjd
- ls /drone/src/gluon - ls /drone/src/gluon