ci: perform wallpaper checks on N900 too (MR 4810)

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Sicelo A. Mhlongo 2024-02-09 16:42:18 +02:00 committed by Pablo Correa Gómez
parent fb01ee1bf9
commit bdf9697cd9
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -62,14 +62,12 @@ if grep -qr $POSTMARKETOS_WALLPAPER_PATH \
--exclude-dir='device-pine64-pinetab' \
--exclude-dir='device-oneplus-kebab' \
--exclude-dir='device-xiaomi-willow' \
--exclude-dir='device-nokia-n900' \
-- device; then
echo "ERROR: Please don't include configuration files that set the default wallpaper in device-specific packages!"
grep --color=always -r $POSTMARKETOS_WALLPAPER_PATH \
--exclude-dir='device-pine64-pinetab' \
--exclude-dir='device-oneplus-kebab' \
--exclude-dir='device-xiaomi-willow' \
--exclude-dir='device-nokia-n900' \
-- device
exit_code=1
fi