Skip to content

Commit

Permalink
Revert "Disable verify-godep-licenses.sh in hack/verify-all.sh"
Browse files Browse the repository at this point in the history
This reverts commit 991f744.
  • Loading branch information
ixdy committed Mar 12, 2016
1 parent 8b2ecf4 commit 51f70b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion hack/verify-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 51f70b6

Please sign in to comment.