Skip to content
Snippets Groups Projects
Unverified Commit f9573ad9 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Remove Godeps_windows from build.py

parent 40aacd90
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,6 @@ def go_get(branch, update=False, no_uncommitted=False):
get_command = "go get github.com/sparrc/gdm"
run(get_command)
logging.info("Retrieving dependencies with `gdm`...")
run("{}/bin/gdm restore -v -f Godeps_windows".format(os.environ.get("GOPATH")))
run("{}/bin/gdm restore -v".format(os.environ.get("GOPATH")))
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment