ja
This commit is contained in:
parent
a6d171d8cb
commit
7cfb1da7c1
11
.drone.yml
11
.drone.yml
@ -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
2
.gitmodules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user