google/voice-builder

Creating GCS buckets fails

Closed this issue · 2 comments

Hi,
When I am trying to run ./deploy.sh initial_setup I am receiving a few errors.
from file deploy.sh:
Screenshot at Sep 24 00-03-38
This are the changes I made in file deploy.sh :
Screenshot at Sep 24 00-05-08

Any ideas why this occurs?

Remove "<" and ">" from the placeholders

thank you for your fast answer. I made next to your suggestion changes in line 17, because the same massage with errors was occurring from pic above: line 17: bad substitution
Screenshot at Sep 24 17-37-08

This led me to another issue
To have access to gcloud I also needed to install gsutil and configure with following line of code:
gsutil config -w

I found this solution here:
https://cloud.google.com/storage/docs/gsutil/commands/config

best regards