Remove copy of binaries and deprecated e2e task

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-02 16:59:34 -04:00
parent a34268851e
commit 2b17980e3c
4 changed files with 8 additions and 15 deletions

View file

@ -76,7 +76,7 @@ To find the registry simply run: `docker system info | grep Registry`
The e2e test image can also be built through the Makefile.
```console
$ make e2e-test-image
$ make -C test/e2e-image image
```
You can then make this image available on your minikube host by exporting the image and loading it with the minikube docker context: