diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34ffdca..05834d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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