Skip to content

Commit

Permalink
Merge pull request kubernetes#25480 from thockin/clean-workspace-debris
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Remove Godeps/_workspace on `make clean`
  • Loading branch information
k8s-merge-robot committed May 11, 2016
2 parents 91daebd + ddf5437 commit 886d7bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ test_e2e_node:
clean:
build/make-clean.sh
rm -rf $(OUT_DIR)
rm -rf Godeps/_workspace # Just until we are sure it is gone
.PHONY: clean

# Run 'go vet'.
Expand Down

0 comments on commit 886d7bf

Please sign in to comment.