diff --git a/.woodpecker.yml b/.woodpecker.yml index 59a59f1..060f34f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -25,16 +25,17 @@ pipeline: # - cd site # - git checkout multidomain # - # make_update: - # <<: *default - # commands: - # - cd gluon - # - make update + make_update: + <<: *default + commands: + - cd gluon + - make update patch-iw-to-iw-full: <<: *default commands: - pwd + - ls -alh gluon/openwrt/package/kernel/ - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile build-${TARGET}: