File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
courses/developingapps/nodejs
pubsub-languageapi-spanner/bonus
stackdriver-trace-monitoring Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ echo "Creating App Engine app"
2323gcloud app create --region " us-central"
2424
2525echo " Making bucket: gs://$GCLOUD_BUCKET "
26- gsutil mb gs://$GCLOUD_BUCKET
26+ gcloud storage buckets create gs://$GCLOUD_BUCKET
2727
2828echo " Installing dependencies"
2929npm install
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ echo "Creating App Engine app"
2323gcloud app create --region " us-central"
2424
2525echo " Making bucket: gs://$GCLOUD_BUCKET "
26- gsutil mb gs://$GCLOUD_BUCKET
26+ gcloud storage buckets create gs://$GCLOUD_BUCKET
2727
2828echo " Installing dependencies"
2929npm install
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 @@ -19,7 +19,7 @@ echo "Creating App Engine app"
1919gcloud app create --region " us-central"
2020
2121echo " Making bucket: gs://$GCLOUD_BUCKET "
22- gsutil mb gs://$GCLOUD_BUCKET
22+ gcloud storage buckets create gs://$GCLOUD_BUCKET
2323
2424echo " Installing dependencies"
2525npm install
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 and NODE_ENV"
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 and NODE_ENV"
2121export GCLOUD_PROJECT=$DEVSHELL_PROJECT_ID
You can’t perform that action at this time.
0 commit comments