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 602b7db6cd - Show all commits
+4 -4
View File
@@ -61,10 +61,10 @@ jobs:
sudo ./aws/install
aws --version
echo $(echo $RANDOM | md5sum | head -c 8)
echo "S3_BUCKET=soaricarus-ci-bucket-$(echo $RANDOM | md5sum | head -c 8)" >> $GITHUB_ENV
echo "Creating bucket: $S3_BUCKET"
aws --endpoint-url=${{ secrets.S3_CI_ENDPOINT_URL }} s3 mb s3://$S3_BUCKET --region $AWS_DEFAULT_REGION
BUCKET="soaricarus-ci-bucket-$(echo $RANDOM | md5sum | head -c 8)"
echo "S3_BUCKET=$BUCKET" >> $GITHUB_ENV
echo "Creating bucket: $BUCKET"
aws --endpoint-url=${{ secrets.S3_CI_ENDPOINT_URL }} s3 mb s3://$BUCKET --region $AWS_DEFAULT_REGION
- name: Run tests
env: