-
Notifications
You must be signed in to change notification settings - Fork 841
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
stack upload --no-signature still shows "Unable to find gpg2 or gpg executable" #3739
Comments
@koterpillar Is this still an issue for you? If so, would you try updating to the latest stack with |
Still happens. |
So to be clear: the upload works; the error message is irrelevant? |
Yes, the upload works, but the exit code is 1, which is problematic on CI. I don't have a working signing environment, so I can't test whether the signature is uploaded or not, even when I said not to. |
I found that |
General summary/comments (optional)
stack upload --no-signature
shows error messages related to GPG.Steps to reproduce
stack upload --no-signature .
Expected
Package uploaded, no error messages.
Actual
Output in verbose mode:
(the package was already uploaded, so that error message is warranted - but the GPG error is still there)
Stack version
Method of installation
brew install stack
The text was updated successfully, but these errors were encountered: