You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently shell.exec('gcloud') error not handled, so whatever happens while deploy it give me success instead of fail, so my CI deployment trigger never work.
Example
ERROR: (gcloud.app.deploy) Permissions error fetching application [apps/my-project]. Please make sure you are using the correct project ID and that you have permission to view applications on the project.
Build finished successfully!.
Another example
ERROR: (gcloud.app.deploy) User [my-project@appspot.gserviceaccount.com] does not have permission to access app [my-project] (or it may not exist): App Engine Admin API has not been used in project 934221695787 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/appengine.googleapis.com/overview?project=1234567890 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
- '@type': type.googleapis.com/google.rpc.Help
links:
- description: Google developers console API activation
url: https://console.developers.google.com/apis/api/appengine.googleapis.com/overview?project=934221695787
Build finished successfully!.
The text was updated successfully, but these errors were encountered:
That's great, makes perfect sense. Pull requests are welcomed, otherwise it will add error handling. I'm going to release a new version soon, we can include this improvement.
Currently shell.exec('gcloud') error not handled, so whatever happens while deploy it give me success instead of fail, so my CI deployment trigger never work.
Example
Another example
The text was updated successfully, but these errors were encountered: