Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Dec 13, 2024
1 parent f0fd5ca commit e3dde8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ log_and_run echo "Verifying bucket deletion with name '$BUCKET_TO_BE_DELETED'...

# Check if the bucket has been deleted
log_and_run aws s3 ls --endpoint-url "$S3_ENDPOINT"
AWS_MAX_ATTEMPTS= $ATTEMPTS
AWS_MAX_ATTEMPTS=$ATTEMPTS
AWS_RETRY_DELAY=$DELAY
# Run head-bucket to check if the bucket has been deleted
BUCKET_HEAD_RESULT="$(log_and_run aws --endpoint-url "$S3_ENDPOINT" s3api head-bucket --bucket "$BUCKET_TO_BE_DELETED" --profile iam 2>&1 || true)"
Expand Down

0 comments on commit e3dde8e

Please sign in to comment.