Skip to content

Commit

Permalink
Add check-dependencies make target (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii authored and kubermatic-bot committed Feb 14, 2019
1 parent 8ca334e commit a49b5d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ lint:
dep:
dep ensure -v

check-dependencies:
dep status
dep check

docker-make-install:
docker run -it --rm \
-v $(PWD):/go/src/github.com/kubermatic/kubeone \
Expand Down

0 comments on commit a49b5d0

Please sign in to comment.