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 a47694164c - Show all commits
+5 -1
View File
@@ -70,7 +70,11 @@ jobs:
# Install AWS CLI # Install AWS CLI
sudo apt update sudo apt update
sudo apt search awscli sudo apt search awscli
pip install awscli sudo apt install -y curl unzip
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
# Wait for LocalStack # Wait for LocalStack
until curl -s http://localhost:4566/_localstack/health | grep -q '"s3":"available"'; do until curl -s http://localhost:4566/_localstack/health | grep -q '"s3":"available"'; do