-
Notifications
You must be signed in to change notification settings - Fork 27
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
"install" gh cli failing due to untrusted deb package #58
Comments
Hey @RichUnibuddy, sorry for the inconvenience from the GitHub CLI. I don't think that the error you're seeing here relates to cli/cli#9569. The reason I say this is because:
What I think's happening here is that I suspect there is something else going on here about the version being passed through correctly, though honestly I don't know enough about CicleCI and orbs to be sure. Good luck! |
hi, that makes sense, and makes me think a default version param (I'm not setting anything explicitly) is not being passed to the install job. I'll take another look to see what I find. That's for the pointer! |
Not had a chance to reassess given the information above, so I'll mark closed and I'll see if I can resolve it. |
Orb version:
Tested on 2.4.0, likely to be all recent versions
What happened:
Expected behavior:
cli should install and be available to the orb
Additional Information:
This appears to be related to this upstream issue:
cli/cli#9569
the downloaded deb can be installed if --allow-unauthenticated were used (work around!)
e.g. sudo apt-get --allow-unauthenticated install gh-cli.deb
fix proposed here - e7026ea
The text was updated successfully, but these errors were encountered: