mirror of
https://github.com/sudoxnym/brands.git
synced 2026-05-19 03:58:50 +00:00
Remove Peco brand images (#4401)
This commit is contained in:
parent
3a75a7b8eb
commit
d48b1dae0e
4 changed files with 6 additions and 0 deletions
5
.github/workflows/validate/validate.sh
vendored
5
.github/workflows/validate/validate.sh
vendored
|
|
@ -55,6 +55,11 @@ while read image; do
|
|||
continue
|
||||
fi
|
||||
|
||||
if [[ "${filename}" == "REMOVAL_NOTE" ]]; then
|
||||
# This file should not be processed
|
||||
continue
|
||||
fi
|
||||
|
||||
# Read properties from image
|
||||
properties=($(identify -format "%w %h %m" "${image}"))
|
||||
if [[ "$?" -ne 0 ]]; then
|
||||
|
|
|
|||
1
core_integrations/peco/REMOVAL_NOTE
Normal file
1
core_integrations/peco/REMOVAL_NOTE
Normal file
|
|
@ -0,0 +1 @@
|
|||
Brand requested the logo to be removed
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 89 KiB |
Loading…
Reference in a new issue