Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Jun 20, 2024
1 parent c89f60b commit 499e1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ function ci::verify_pod_log() {
pod=$1
log=$2
sleep 30
kubectl logs --tail=-1 $pod | grep $log
kubectl logs --tail=-1 $pod | grep "$log"
while [[ $? -ne 0 ]]; do
sleep 5
kubectl logs --tail=-1 $pod | grep $log
kubectl logs --tail=-1 $pod | grep "$log"
done
}

0 comments on commit 499e1dd

Please sign in to comment.