Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't deploy to app engine standard with gcloud components 272.0.0

I haven't changed any of my yaml files for weeks. Doesn't matter if I'm trying to push my go services or python. Has anyone seen this error? Note: It doesn't instil confidence that my production apps are being deployed with something called "experiments.yaml".

gcloud app deploy myApp.yaml -v v0-11-09 --project=myProject

ERROR: (gcloud.app.deploy) Failed to parse YAML from [gs://runtime-builders/experiments.yaml]: mapping values are not allowed here
  in "<file>", line 2, column 14
make: *** [deploy] Error 1

Update: This only occurs with the newest version of gcloud components (272.0.0)

I just reverted to the previous version (271.0.0) and all is well again. Is there a way to report this as a bug to Google? I'm not currently paying for support but would like to help the Google team if I was allowed to.

like image 376
Steve Avatar asked Nov 22 '19 19:11

Steve


1 Answers

Having the same issue here. As of now, the only way is to revert to an older version.

gcloud components update --version=271.0.0

As of 1.55PM(PDT), it seems to be fixed on the latest version. You can update to the latest again!

like image 77
PCS-I Avatar answered Oct 21 '22 10:10

PCS-I