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
The test should be independent of any global configuration settings.
git checkout master
skaffold config set local-cluster -k cluster1 true
go test github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cache
The text was updated successfully, but these errors were encountered:
This was fixed by #1788
Sorry, something went wrong.
No branches or pull requests
Expected behavior
The test should be independent of any global configuration settings.
Steps to reproduce the behavior
git checkout master
skaffold config set local-cluster -k cluster1 true
go test github.com/GoogleContainerTools/skaffold/pkg/skaffold/build/cache
The text was updated successfully, but these errors were encountered: