Remove PrepareVersion from hack/e2e.go.

This commit is contained in:
Joe Finney 2016-02-24 13:08:22 -08:00
parent 7d3e4e7636
commit 1e6b7d53a3
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ go run hack/e2e.go -v --build
# Create a fresh cluster. Deletes a cluster first, if it exists
go run hack/e2e.go -v --up
# Create a fresh cluster at a specific release version.
go run hack/e2e.go -v --up --version=0.7.0
# Test if a cluster is up.
go run hack/e2e.go -v --isup