more testing
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 18:12:06 +02:00
parent 18e76308a4
commit 25a837bbe6
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -25,16 +25,17 @@ pipeline:
# - cd site # - cd site
# - git checkout multidomain # - git checkout multidomain
# #
# make_update: make_update:
# <<: *default <<: *default
# commands: commands:
# - cd gluon - cd gluon
# - make update - make update
patch-iw-to-iw-full: patch-iw-to-iw-full:
<<: *default <<: *default
commands: commands:
- pwd - pwd
- ls -alh gluon/openwrt/package/kernel/
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
build-${TARGET}: build-${TARGET}: