Skip to content
Snippets Groups Projects
Commit d2e0a88c authored by Felix Kunde's avatar Felix Kunde
Browse files

use go install also for kind

parent 4b56631c
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ push: docker
tools:
# install pinned version of 'kind'
# go get must run outside of a dir with a (module-based) Go project !
# otherwise go get updates project's dependencies and/or behaves differently
cd "/tmp" && GO111MODULE=on go get -d sigs.k8s.io/kind@v0.11.1
# go install must run outside of a dir with a (module-based) Go project !
# otherwise go install updates project's dependencies and/or behaves differently
cd "/tmp" && GO111MODULE=on go install sigs.k8s.io/kind@v0.11.1
e2etest: tools copy clean
./run.sh main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment