diff --git a/.woodpecker.yml b/.woodpecker.yml index 2245baf..4c49849 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -38,13 +38,13 @@ pipeline: patch-iw-to-iw-full: <<: *default commands: - - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile + - sed -i 's/\b\+iw\b/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile build-${TARGET}: <<: *default commands: - cd gluon - - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log + - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} #- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log send_logs: