update e2e build script

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-02-22 02:01:13 +00:00
parent fd2f213f3a
commit 72441f4f14
6 changed files with 71 additions and 1 deletions

View File

@@ -44,6 +44,10 @@ ks-apiserver: fmt vet
ks-controller-manager: fmt vet
hack/gobuild.sh cmd/controller-manager
# Build e2e binary
e2e: fmt vet
hack/build_e2e.sh test/e2e
# Run go fmt against code
fmt:
gofmt -w ./pkg ./cmd ./tools ./api