Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
修改计数totalcount
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-657667 committed Dec 1, 2023
1 parent c0290ca commit 6f4bfd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
log_entry=$(kubectl exec -it $podname -- sh -c 'grep "Install Biz: provider:1.0.2 success" ~/logs/sofa-ark/*.log' 2>/dev/null)
echo $log_entry
if [ -z "$log_entry" ]; then
echo "Pod: $podname
echo "Pod: $podname"
else
totalcount=$((totalcount + 1))
fi
Expand Down

0 comments on commit 6f4bfd2

Please sign in to comment.