Commit e1e54646 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1633 from BlackIkeEagle/fix-clean-build-from-source

Fix make updatedeps
parents 0173823b 22ef1dfd
......@@ -17,7 +17,6 @@ testrace:
updatedeps:
go get -d -v -p 2 ./...
@sh -c "go get -u -v -p 2 ./...; exit 0"
@sh -c "cd ../../rackspace/gophercloud && git checkout release/v0.1.1" # because dependency management
go get -d -v -p 2 ./...
.PHONY: bin default test updatedeps
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