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 119fb38 commit b251965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
rm -f "$log_file"
while [ $SECONDS -lt $end_time ]; do
if mirrord operator status 2>> "$log_file"; then
if mirrord operator status 2>> "$log_file"; then
kubectl logs $(kubectl get pods -n mirrord -o jsonpath='{.items[0].metadata.name}') -n mirrord >> "$log_file"
break
fi
kubectl describe pods -n mirrord
Expand Down

0 comments on commit b251965

Please sign in to comment.