Remove Godeps_windows from build.py
This commit is contained in:
parent
88a11e6a67
commit
6ebb93abcc
|
@ -158,7 +158,6 @@ def go_get(branch, update=False, no_uncommitted=False):
|
||||||
get_command = "go get github.com/sparrc/gdm"
|
get_command = "go get github.com/sparrc/gdm"
|
||||||
run(get_command)
|
run(get_command)
|
||||||
logging.info("Retrieving dependencies with `gdm`...")
|
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")))
|
run("{}/bin/gdm restore -v".format(os.environ.get("GOPATH")))
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue