Update logo.yml

This commit is contained in:
张露 2023-06-08 15:36:03 +08:00 committed by GitHub
parent 2b15df0cc9
commit c8d5a97d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,15 +28,6 @@ jobs:
echo $applist
for app in ${applist};do
if [ "$app" = "customer-ibox" ];then
continue
fi
if [ "$app" = "kodcloud" ];then
continue
fi
if [ "$app" = "onlyoffice" ];then
continue
fi
if [ "$app" = "vendor-mingdao" ];then
continue
fi
@ -53,7 +44,7 @@ jobs:
file=$(echo appmanage/static/images/${url##*/})
echo $file
time=$(curl --connect-timeout 3 -s -w '%{time_total}\n' -o /dev/null $url)
wget --timeout=3 -q "$url" || continue
if [[ -f ${file} ]];then
git rm $file