This commit is contained in:
Stefan Hoffmann 2019-08-15 20:48:59 +02:00
parent e19ff6f217
commit d6861c2020

View File

@ -8,16 +8,13 @@ steps:
- name: submodules
image: docker:git
commands:
#- git submodule update --recursive --init
- ls
- git submodule update --recursive --init
- name: change site to tdf
image: docker:git
commands:
- cd site
# - git checkout v2018.2-tdf
- mkdir fff
- whoami
- git checkout v2018.2-tdf
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
@ -25,12 +22,9 @@ steps:
- name: gluon
path: /gluon
commands:
- whoami
- cd /gluon
- mkdir gdsgklösjd
- ls /drone/src/gluon
- make update GLUON_RELEASE=$input_hood-$branch-$input_version -C /drone/src/gluon
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version /drone/src/gluon
- make update GLUON_RELEASE=$input_hood-$branch-$input_version
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version
environment:
branch: stable
input_hood: tdf