File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
pubsub-languageapi-spanner Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Creating App Engine app"
1515gcloud app create --region " us-central"
1616
1717echo " Making bucket: gs://$DEVSHELL_PROJECT_ID -media"
18- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
18+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
1919
2020echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ echo "Creating Datastore/App Engine instance"
1818gcloud app create --region " us-central"
1919
2020echo " Creating bucket: gs://$DEVSHELL_PROJECT_ID -media"
21- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
21+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
2222
2323echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2424export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ echo "Creating Datastore/App Engine instance"
1818gcloud app create --region " us-central"
1919
2020echo " Creating bucket: gs://$DEVSHELL_PROJECT_ID -media"
21- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
21+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
2222
2323echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2424export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ echo "Creating Datastore/App Engine instance"
1818gcloud app create --region " us-central"
1919
2020echo " Creating bucket: gs://$DEVSHELL_PROJECT_ID -media"
21- gsutil mb gs://$DEVSHELL_PROJECT_ID -media
21+ gcloud storage buckets create gs://$DEVSHELL_PROJECT_ID -media
2222
2323echo " Exporting GCLOUD_PROJECT and GCLOUD_BUCKET"
2424export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
You can’t perform that action at this time.
0 commit comments