diff --git a/Makefile b/Makefile index b6303726f3558..7b0568788550e 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/hack/verify-all.sh b/hack/verify-all.sh index 60e7aca15705e..936848151fca9 100755 --- a/hack/verify-all.sh +++ b/hack/verify-all.sh @@ -27,7 +27,6 @@ SILENT=true EXCLUDED_CHECKS=( "verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage "verify-generated-protobuf.sh" # TODO(smarterclayton) add when protobuf is part of direct generation - "verify-godep-licenses.sh" # Broken on Jenkins, issue #22843 ) function is-excluded {