mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-03 14:03:01 -05:00
Fix make updatedeps
Since the fork mitchellh/gophercloud-fork-40444fb is used for gophercloud the folder rackspace/gophercloud does not exist and the version fix does not have to happen. Signed-off-by: BlackEagle <ike.devolder@gmail.com>
This commit is contained in:
parent
0173823b4f
commit
22ef1dfd89
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue