cli icon indicating copy to clipboard operation
cli copied to clipboard

Build failed messaging should print to stderr

Open pushred opened this issue 9 years ago • 1 comments

If there is a failure when building a project during deploy I've noticed what seems to be a new feature, or at least log output:

Build failed, reverting project.

The problem is I don't think this is printed to stderr, so in my case at least a CI build within which the deploy is running doesn't know that the deploy actually failed (on some level). So unless someone reviews the log output carefully the build otherwise appears to have been successful.

pushred avatar May 18 '15 19:05 pushred

This is quite an annoyance because not only CI passes, but the project deployed notification is also being sent.

Zertz avatar Jun 27 '15 23:06 Zertz