Revert "Disable verify-godep-licenses.sh in hack/verify-all.sh"

This reverts commit 991f7446ac.
This commit is contained in:
Jeff Grafton
2016-03-11 17:31:56 -08:00
parent 8b2ecf4a94
commit 51f70b6154
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ all:
# make verify BRANCH=branch_x
verify:
KUBE_VERIFY_GIT_BRANCH=$(BRANCH) hack/verify-all.sh -v
hack/verify-godep-licenses.sh $(BRANCH) # Remove this after fixing issue #22843
.PHONY: verify
# Build and run tests.