We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9b1cb commit f341d93Copy full SHA for f341d93
1 file changed
.github/workflows/infinia-deploy-aws.yml
@@ -109,7 +109,7 @@ jobs:
109
DELAY=120
110
for i in $(seq 1 $ATTEMPTS); do
111
echo "Attempt $i/$ATTEMPTS"
112
- if python3 scripts/verify_infinia.py; then
+ if python3 scripts/verify_infinia_aws.py; then
113
echo "Verification succeeded on attempt $i ✅"
114
exit 0
115
fi
@@ -128,7 +128,7 @@ jobs:
128
env:
129
AWS_REGION: us-east-1
130
run: |
131
- python3 scripts/s3_smoke_test.py \
+ python3 scripts/s3_smoke_test_aws.py \
132
--region "us-east-1" \
133
--admin-password "${{ secrets.INFINIA_ADMIN_PASSWORD }}" \
134
--realm-tag-key "Role" --realm-tag-value "realm" \
0 commit comments