Skip to content

Commit

Permalink
Makefile: remove oci-validate-examples target
Browse files Browse the repository at this point in the history
This binary was removed in a previous commit but the make targets were
not. The make targets have now been removed and the `validate-examples`
targets run the schema tests on the spec files.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
  • Loading branch information
stevvooe committed May 25, 2016
1 parent b97e202 commit d82a596
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,8 @@ output/docs.html: $(DOC_FILES) $(FIGURE_FILES)
code-of-conduct.md:
curl -o $@ https://raw.githubusercontent.com/opencontainers/tob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md

validate-examples: oci-validate-examples
./oci-validate-examples < manifest.md

oci-validate-json: validate.go
go build ./cmd/oci-validate-json

oci-validate-examples: cmd/oci-validate-examples/main.go
go build ./cmd/oci-validate-examples
validate-examples:
go test -run TestValidate ./schema

oci-image-tool:
go build ./cmd/oci-image-tool
Expand Down

0 comments on commit d82a596

Please sign in to comment.