Obj str do it #255

Merged
phoenix merged 91 commits from obj_str-do_it into main 2026-08-08 14:29:15 -04:00
Showing only changes of commit 21928f7eac - Show all commits
+2 -2
View File
@@ -67,8 +67,8 @@ jobs:
aws --version aws --version
# Wait for LocalStack # Wait for LocalStack
until curl -s http://localhost:4569 | grep -q '"s3":"available"'; do until curl -s http://localhost:4569; do
echo "Wating for localstack" echo "Wating for localstack..."
sleep 2 sleep 2
done done