Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

No information is provided when a releasing an application fails #538

Closed thedrow closed 6 years ago

thedrow commented 6 years ago

I have no idea why the release failed. All the output I get is:

Draft Up Started: 'myproject'
myproject: Building Docker Image: SUCCESS ⚓  (0.9833s)
myproject: Pushing Docker Image: SUCCESS ⚓  (16.0037s)
myproject: Releasing Application: FAIL ❌  (0.5042s)
myproject: Build ID: 01C5VA8VJXXQ2DC9GQ7ZJDV2QH

Even with debug log on there's no way to tell why a release failed.

bacongobbler commented 6 years ago

Check draft logs to see why the build failed. We should probably add that to the CLI output as a follow-up for the user. :)