micro / services

Real World Micro Services
Apache License 2.0
1.26k stars 138 forks source link

App - No details of the build error are provided. #339

Open futchitwo opened 2 years ago

futchitwo commented 2 years ago

In the App, when a build fails, the user is only provided with the fact that the build failed. This makes it difficult to resolve the error, so more detailed information should be provided.

https://github.com/micro/services/blob/b9f261b2d1c6bc7da319cb9aa231a5495cde01c6/app/handler/google.go#L379-L381

asim commented 2 years ago

It's a work in progress. Trying to parse and provide back gcloud logs is pretty bad.