Merge PR #1731: tools: remove `rm -rf vendor/` from `make get_vendor_deps`

We now ensure that the Gopkg.lock is correct, and that the toml
doesn't depend on any branches, so this is no longer necessary.
This commit is contained in:
Dev Ojha 2018-07-18 01:21:52 -07:00 committed by Christopher Goes
parent 6cfef64382
commit 2c81f4973f
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ FEATURES
IMPROVEMENTS
* [baseapp] Allow any alphanumeric character in route
* [tools] Remove `rm -rf vendor/` from `make get_vendor_deps`
BUG FIXES

View File

@ -86,7 +86,6 @@ get_dev_tools:
cd tools && $(MAKE) get_dev_tools
get_vendor_deps:
@rm -rf vendor/
@echo "--> Running dep ensure"
@dep ensure -v