diff --git a/.woodpecker.yml b/.woodpecker.yml index 583261d..6b8b12d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,25 +13,30 @@ pipeline: commands: - cd site - git checkout multidomain - wo_sinn_ma_ueberhaupt: - image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest - pull: true - commands: - - ls -alh gluon/ - - whoami + make_update: - image: git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest + image: ${IMAGE} pull: true commands: - cd gluon - make update environment: - input_version=v2022.1.4 - - GLUON_SITEDIR=/build/src/git.freifunk-rhein-sieg.net/Freifunk-Troisdorf/gluon-ci/site + - GLUON_SITEDIR=./site - FORCE_UNSAFE_CONFIGURE=1 - GLUON_TARGET=${TARGET} - GLUON_DEPRECATED=1 + patch iw to iw-full: + image: ${IMAGE} + pull: true + commands: + - cd gluon/openwrt/package + - grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g + - grep -r iw-full * + matrix: TARGET: - ath79-generic + IMAGE: + - git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest