Commit 886d7bf4 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #25480 from thockin/clean-workspace-debris

Automatic merge from submit-queue Remove Godeps/_workspace on `make clean`
parents 91daebd9 ddf5437b
...@@ -110,6 +110,7 @@ test_e2e_node: ...@@ -110,6 +110,7 @@ test_e2e_node:
clean: clean:
build/make-clean.sh build/make-clean.sh
rm -rf $(OUT_DIR) rm -rf $(OUT_DIR)
rm -rf Godeps/_workspace # Just until we are sure it is gone
.PHONY: clean .PHONY: clean
# Run 'go vet'. # Run 'go vet'.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment