This commit is contained in:
Stefan Hoffmann 2019-08-15 19:25:02 +02:00
parent a6d171d8cb
commit 7cfb1da7c1
2 changed files with 9 additions and 4 deletions

View File

@ -8,10 +8,13 @@ steps:
- name: submodules - name: submodules
image: docker:git image: docker:git
commands: commands:
#- cd gluon
#- git pull
#- cd ../site
#- git pull
- ls -alh
- cd gluon - cd gluon
- git pull - git status
- cd ../site
- git pull
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder
@ -19,7 +22,7 @@ steps:
- ls -al - ls -al
- cd site - cd site
- ls -alh - ls -alh
# - git checkout v2018.2.2-tdf # - git checkout v2018.2-tdf
# - make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options # - make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options
environment: environment:
GOOS: linux GOOS: linux

2
.gitmodules vendored
View File

@ -1,6 +1,8 @@
[submodule "gluon"] [submodule "gluon"]
path = gluon path = gluon
url = https://github.com/freifunk-gluon/gluon.git url = https://github.com/freifunk-gluon/gluon.git
branch = master
[submodule "site"] [submodule "site"]
path = site path = site
url = https://github.com/Freifunk-Troisdorf/site.git url = https://github.com/Freifunk-Troisdorf/site.git
branch = v2018.2-tdf