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
1.0.13
Remote cache download requests are not setting the turbo CLI custom user agent.
Expect the user-agent to be set as described here: #109
npx turbo run build with remote caching enabled. Observe the request doesn't have a user-agent header.
npx turbo run build
The text was updated successfully, but these errors were encountered:
Methinks, #316 did not actually close this issue no?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of Turborepo are you using?
1.0.13
Describe the Bug
Remote cache download requests are not setting the turbo CLI custom user agent.
Expected Behavior
Expect the user-agent to be set as described here: #109
To Reproduce
npx turbo run build
with remote caching enabled.Observe the request doesn't have a user-agent header.
The text was updated successfully, but these errors were encountered: