From 15e3f00626324d40d089fb64d6b683027a0ec50b Mon Sep 17 00:00:00 2001 From: infiniteregrets Date: Fri, 12 Jan 2024 23:16:45 +0530 Subject: [PATCH] .. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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