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
image: docker:git
commands:
#- cd gluon
#- git pull
#- cd ../site
#- git pull
- ls -alh
- cd gluon
- git pull
- cd ../site
- git pull
- git status
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
@ -19,7 +22,7 @@ steps:
- ls -al
- cd site
- 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
environment:
GOOS: linux

2
.gitmodules vendored
View File

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