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
generates
version: '3' tasks: install-kind: cmds: - curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 - chmod +x ./kind generates: - kind
This always runs. It should only run once.
The text was updated successfully, but these errors were encountered:
tasks: install-kind: cmds: - curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 - chmod +x ./kind - sudo mv ./kind /usr/local/bin/kind status: - test -f /usr/local/bin/kind
Sorry, something went wrong.
No branches or pull requests
This always runs. It should only run once.
The text was updated successfully, but these errors were encountered: