Skip to content

Commit

Permalink
remove duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 27, 2024
1 parent cbd9b28 commit 3faa4e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
TEST_POD=$(kubectl get pods --selector=job-name=e2e-inventory-http-tests -o jsonpath='{.items[0].metadata.name}')
for i in {1..50}; do
STATUS=$(kubectl get pods --selector=job-name=e2e-inventory-http-tests -o jsonpath='{.items[0].status.containerStatuses[0].state.terminated.reason}')
TEST_POD=$(kubectl get pods --selector=job-name=e2e-inventory-http-tests -o jsonpath='{.items[0].metadata.name}')
if [ "$STATUS" = "Completed" ]; then
echo "E2E test pod completed successfully."
kubectl logs $TEST_POD
Expand Down

0 comments on commit 3faa4e2

Please sign in to comment.