This commit is contained in:
Stefan Hoffmann 2019-08-15 19:59:06 +02:00
parent 33e7393a68
commit 08362b733f

View File

@ -20,8 +20,8 @@ steps:
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder
commands: commands:
- cd gluon - cd gluon
- make update GLUON_SITEDIR=../site - sudo make update GLUON_SITEDIR=../site
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version GLUON_SITEDIR=../site - sudo make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version GLUON_SITEDIR=../site
environment: environment:
branch: stable branch: stable
input_hood: tdf input_hood: tdf