diff --git a/.woodpecker.yml b/.woodpecker.yml index 787539a..59a59f1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,21 +19,22 @@ clone: recursive: true pipeline: - site-multidomain: - image: docker:git - commands: - - cd site - - git checkout multidomain - - make_update: - <<: *default - commands: - - cd gluon - - make update + # site-multidomain: + # image: docker:git + # commands: + # - cd site + # - git checkout multidomain + # + # make_update: + # <<: *default + # commands: + # - cd gluon + # - make update patch-iw-to-iw-full: <<: *default commands: + - pwd - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile build-${TARGET}: