Remove PrepareVersion from hack/e2e.go.

This commit is contained in:
Joe Finney
2016-02-24 13:08:22 -08:00
parent 0b9451cb73
commit 930291588c
10 changed files with 22 additions and 110 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