-
Notifications
You must be signed in to change notification settings - Fork 6
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
style: cleanup command usage #85
style: cleanup command usage #85
Conversation
NOTE: The `docker-credential-gcr` helper should not be used on workstations where gcloud is installed. Users should use the following instead: ```sh gcloud auth configure-docker ```
NOTE: This will only work on more recent distributions for WSL but will dramatically improve performance of the prompt in git paths that are mounted from the windows file system. The use of the windows version of git only applies to windows mount path. The local (linux) version of git is used otherwise.
@dmccaffery tests for macOS are failing and it looks like there's no output? |
export GPG_TTY | ||
export SSH_AUTH_SOCK | ||
|
||
# launch gpg-agent using the expected tty and sock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmccaffery looks like the test for this script is failing on Debian 9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmccaffery I ran the test on a new Debian instance and was able to execute the tests without issue. Do you want to chalk this up to CI flakiness?
Yeah; they never queued. Pretty sure it was just a fluke, but the other failed builds kept me from requeueing for now. |
🎉 This PR is included in version 8.3.0-next.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.