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

Commit

Permalink
Remove test-jsonschema-generation make target
Browse files Browse the repository at this point in the history
This commit removes the test-jsonschema-generation make target
since the older image is no longet maintained and the newer
types.go will be checked during the travis run
  • Loading branch information
concaf committed Jan 2, 2018
1 parent 71f58ac commit 4d07fcb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,3 @@ vendor-update:
glide update -v
# Vendors OpenShift and its dependencies
./scripts/vendor-openshift.sh

# Test if the changed types.go is valid and JSONSchema can be generated out of it
.PHONY: test-jsonschema-generation
test-jsonschema-generation:
docker run -v `pwd`/pkg/spec/types.go:/data/types.go:ro,Z surajd/kedgeschema

0 comments on commit 4d07fcb

Please sign in to comment.