Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
renamed schema validation file
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishin committed Oct 25, 2017
1 parent b2e4e47 commit 772aaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build: gobuild
gobuild:
CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go build -a ./cmd/generate/generate.go
./generate > kubernetes-model/src/main/resources/schema/kube-schema.json
./generate validation > kubernetes-model/src/main/resources/schema/kube-validation-schema.json
./generate validation > kubernetes-model/src/main/resources/schema/validation-schema.json

vendoring:
hack/glide-update.sh

0 comments on commit 772aaef

Please sign in to comment.