Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
Signed-off-by: qiaofeng1227 <76487013@qq.com>
  • Loading branch information
qiaofeng1227 authored Oct 22, 2024
1 parent f77a130 commit 15ef0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
# Delete the pulled image to ensure fresh pull for the next URL
docker rmi "$url/library/mysql:5.7"
else
echo "Failed to pull from $url"
echo "--------------Failed to pull from $url--------------"
pull_rate=0
fi
echo "--------------Final pull rate($url): $pull_rate MB/s--------"
echo "--------------Final pull rate($url): $pull_rate MB/s-------------"
done

0 comments on commit 15ef0dc

Please sign in to comment.