„.drone.yml“ ändern
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stefan Hoffmann 2020-12-07 18:02:48 +00:00
parent 236b0a9fb6
commit 97ac04456d

View File

@ -30,7 +30,7 @@ global-variables:
<<: *env <<: *env
commands: commands:
- cd gluon/openwrt/package - cd gluon/openwrt/package
- grep -rl iw * | xargs sed -i s/iw/iw-full/g - grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full * - grep -r iw-full *
kind: pipeline kind: pipeline