We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update unit tests which need to reference the root of the repo but using a git call:
git rev-parse --show-toplevel
executed this form go using something like:
cmd := exec.Command("git", "rev-parse", "--show-toplevel") output, err := cmd.CombinedOutput() ...
The text was updated successfully, but these errors were encountered:
test(proxy): re-define access to repo root (#96)
78171e9
83109b7
6a03e5a
plastikfan
Successfully merging a pull request may close this issue.
update unit tests which need to reference the root of the repo but using a git call:
executed this form go using something like:
The text was updated successfully, but these errors were encountered: