From bdf9697cd931840e080320942d21fffc294cc5f9 Mon Sep 17 00:00:00 2001 From: "Sicelo A. Mhlongo" Date: Fri, 9 Feb 2024 16:42:18 +0200 Subject: [PATCH] ci: perform wallpaper checks on N900 too (MR 4810) [ci:skip-build]: already built successfully in CI --- .ci/grep.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/grep.sh b/.ci/grep.sh index ed832c227..e34b97e01 100755 --- a/.ci/grep.sh +++ b/.ci/grep.sh @@ -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