Skip to content

Commit

Permalink
Modify the github workflow for some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jul 2, 2024
1 parent be5d193 commit 8aa4889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/localstack-setup_emails.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export AZURE_CONNECTION_STRING="DefaultEndpointsProtocol=http;AccountName=devsto

function wait_for() {
retries=10
echo ">> running $2"
until eval $2 > /dev/null 2>&1
do
if [ "$retries" -lt "0" ]; then
Expand Down

0 comments on commit 8aa4889

Please sign in to comment.