Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 6, 2024
1 parent cc0ebdf commit 1c66865
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
service: shopware

- name: Wait for Container Startup
run: |
run: |
set +e
while true; do
kubectl exec shopware -- bin/console plugin:list
kubectl exec pod/shopware -- bin/console plugin:list
if [ $? -eq 0 ]; then
echo "Command succeeded!"
break
Expand Down

0 comments on commit 1c66865

Please sign in to comment.