diff --git a/test/bootstrap/storage.sh b/test/bootstrap/storage.sh index 0925f8e3..2a5a5518 100644 --- a/test/bootstrap/storage.sh +++ b/test/bootstrap/storage.sh @@ -2,4 +2,4 @@ BUCKET_NAME="gcp-scanner-test-bucket-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 8 | head -n 1)" -gsutil mb -l us-central1 gs://${BUCKET_NAME} +gcloud storage buckets create --location=us-central1 gs://${BUCKET_NAME}