Skip to content

Commit

Permalink
drop unused check target
Browse files Browse the repository at this point in the history
`make check` is calling `./hack/check.sh`, but `hack/check.sh` doesn't
exist. Let's drop the target.

Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Jun 28, 2019
1 parent ae9ead0 commit 68f1cf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ distclean: clean
deps-update:
SYNC_VENDOR=true hack/dockerized "GO111MODULE=on go mod tidy && GO111MODULE=on go mod vendor && ./hack/dep-prune.sh && ./hack/bazel-generate.sh"

check:
hack/dockerized "./hack/check.sh"

builder-cache-push:
hack/builder-cache.sh push

Expand Down

0 comments on commit 68f1cf0

Please sign in to comment.