From 38b32e73d41983b10a629fdf99a5ccfbead2ad52 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 15 Aug 2019 18:56:28 +0200 Subject: [PATCH] Update --- .drone.yml | 14 +++----------- .gitmodules | 3 +++ site | 1 + 3 files changed, 7 insertions(+), 11 deletions(-) create mode 160000 site diff --git a/.drone.yml b/.drone.yml index 499005d..ebe2e43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,13 @@ kind: pipeline name: gluon-build -clone: - disable: true - -clone: - depth: 50 - steps: -- name: submodules - image: docker:git - commands: - - git submodule update --recursive --remote - - name: build-ar71xx-generic image: hoffmannhosting/gluon-builder commands: + - ls -alh + - cd site + - git checkout v2018.2.2-tdf - make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options environment: GOOS: linux diff --git a/.gitmodules b/.gitmodules index 8d6cc9d..c9b68de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "gluon"] path = gluon url = https://github.com/freifunk-gluon/gluon.git +[submodule "site"] + path = site + url = https://github.com/Freifunk-Troisdorf/site.git diff --git a/site b/site new file mode 160000 index 0000000..c56803a --- /dev/null +++ b/site @@ -0,0 +1 @@ +Subproject commit c56803aaf838adf055a3fa27264b91ac9d8c2607