diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index fab3e35..ae00cdc 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -19,26 +19,28 @@ clone: recursive: true pipeline: - make_update: - <<: *default - commands: - - cd gluon - - make update +# make_update: +# <<: *default +# commands: +# - cd gluon +# - make update +# +# patch-iw-to-iw-full: +# <<: *default +# commands: +# - sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile - patch-iw-to-iw-full: - <<: *default - commands: - - sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile - - build-${TARGET}: - <<: *default - commands: - - cd gluon - - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable +# build-${TARGET}: +# <<: *default +# commands: +# - cd gluon +# - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable show-images-${TARGET}: <<: *default commands: + - mkdir -p gluon/output/stable/images/factory + - echo "Hallo" > gluon/output/stable/images/factory/testfile - ls -alh gluon/output/stable/images/factory matrix: