Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 6, 2024
1 parent 5f11977 commit 6675d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:

- name: Wait for Container Startup
run: |
until kubectl get pods -l app=shopware -o jsonpath='{.items[*].status.conditions[?(@.type=="Ready")].status}' | grep -q "True"; do
until kubectl get pods shopware -o jsonpath='{.items[*].status.conditions[?(@.type=="Ready")].status}' | grep -q "True"; do
echo "Waiting for Shopware pod to be ready..."
kubectl get pods -l app=shopware
kubectl get pods shopware
sleep 10
done
Expand Down

0 comments on commit 6675d29

Please sign in to comment.