Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Jan 12, 2024
1 parent 6739e61 commit 15e3f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
if target/debug/mirrord operator status 2>> "$log_file"; then
break
fi
kubectl describe pods -n mirrord
kubectl logs $(kubectl get pods -n mirrord -o jsonpath='{.items[0].metadata.name}') -n mirrord
sleep 5
done
if [ $SECONDS -ge $end_time ]; then
echo "Timed out!, error messages:"
cat "$log_file"
cat "$log_file"
exit 1
fi
Expand Down

0 comments on commit 15e3f00

Please sign in to comment.