Fix instructions for building Ginkgo

This commit is contained in:
Ben Moss 2018-08-31 09:50:54 -04:00 committed by Ben Moss
parent b66da70371
commit 70866899fb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ credentials.
```sh
# build test binaries, ginkgo, and kubectl first:
make WHAT=test/e2e/e2e.test && make WHAT=ginkgo && make WHAT=cmd/kubectl
make WHAT="test/e2e/e2e.test vendor/github.com/onsi/ginkgo/ginkgo cmd/kubectl"
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig