Merge pull request #2615 from benmoss/patch-1

Fix conformance test instructions for building Ginkgo
This commit is contained in:
k8s-ci-robot 2018-08-31 15:45:50 -07:00 committed by GitHub
commit a3ec48382b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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