File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ jobs:
150150 FOUND=0
151151
152152 for i in $(seq 1 $MAX_RETRIES); do
153- docker compose exec somleng bundle exec rails runner "puts GetAccountBalance.call(Account.find('${{ steps.bootstrap_db.outputs.account_sid }}'))"
154-
155153 response=$(curl --fail -s -u "${{ steps.bootstrap_db.outputs.account_sid }}:${{ steps.bootstrap_db.outputs.auth_token }}" \
156154 "http://api.lvh.me:3000/2010-04-01/Accounts/${{ steps.bootstrap_db.outputs.account_sid }}/Messages/${{ steps.test_outbound_sms.outputs.message_sid }}")
157155 price=$(echo $response | jq -r '.price')
@@ -170,8 +168,6 @@ jobs:
170168 echo "❌ Pricing not updated after $((MAX_RETRIES * SLEEP_INTERVAL)) seconds."
171169 echo "Dumping full response for debugging:"
172170 echo $response
173- echo "Dumping scheduler logs"
174- docker compose logs somleng-scheduler
175171 exit 1
176172 fi
177173
You can’t perform that action at this time.
0 commit comments