From fab5570bc096a8354ef752d644f625c20645e7ad Mon Sep 17 00:00:00 2001 From: ranchodeluxe Date: Thu, 4 Jan 2024 09:48:56 -0800 Subject: [PATCH] typo --- .github/workflows/job-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-runner.yaml b/.github/workflows/job-runner.yaml index 08a024d..c3dd25a 100644 --- a/.github/workflows/job-runner.yaml +++ b/.github/workflows/job-runner.yaml @@ -217,7 +217,7 @@ jobs: kubectl get pod | grep -v manager | grep ${{ needs.run-job.outputs.job_name }} | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | tail -n 1000 # delete the flinkdeployment so we don't have old failures hanging around - kubectl get flinkdepoyment --no-headers | grep ${{ needs.run-job.outputs.job_name }} | cut -d' ' -f1 | xargs -I{} kubectl delete flinkdeployment/{} + kubectl get flinkdeployment --no-headers | grep ${{ needs.run-job.outputs.job_name }} | cut -d' ' -f1 | xargs -I{} kubectl delete flinkdeployment/{} # force GH action to show failed result exit 128 \ No newline at end of file