Skip to content

Commit

Permalink
Merge pull request opencontainers#89 from stevvooe/remove-oci-validat…
Browse files Browse the repository at this point in the history
…e-examples-target

Makefile: remove oci-validate-examples target
  • Loading branch information
stevvooe committed May 25, 2016
2 parents 52e193d + d82a596 commit d0e591d
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 d0e591d

Please sign in to comment.