-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exits with status=0 when signing fails #2538
Comments
Set |
Maybe print this note after the giant red stack trace that follows failure? :) |
Actually, it does not seem to build anything (note the absence of "• building ..." lines in the output). |
@develar So I have Btw. is there any way to force accepting self-signed certificates on CI? While I can manually set it trusted locally with Keychain Access, not sure what the equivalent of that is in on a CI. |
When
dist
orrelease
fails due to misconfigured code signing certificates the process exits with zero status after printing out the errors. Expected: exit status should be non-zero, signaling a failure.Example output: https://travis-ci.org/salomvary/soundcleod/builds/335354664
The text was updated successfully, but these errors were encountered: