Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
  • Loading branch information
biswajit-9776 committed Sep 6, 2024
1 parent 63821aa commit c3a7798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pss_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
kubectl wait -n kubeflow --for=condition=ready pod -l 'kustomize.component=profiles' --timeout=180s
else
log_pod() {
while [ $! -eq 0 ]; do
while [ $? -eq 0 ]; do
echo "Fetching logs for pod: $POD_NAME"
kubectl logs -n "$NAMESPACE" "$POD_NAME"
sleep 5
Expand Down

0 comments on commit c3a7798

Please sign in to comment.