Skip to content

Commit

Permalink
Fix CI package cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Feb 13, 2016
1 parent 21a618e commit 136cc1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ release: dist
ghr -u janeczku -r docker-machine-vultr --replace $(VERSION) release/

get-deps:
go get github.com/tcnksm/ghr
go get github.com/tools/godep
go get github.com/ChimeraCoder/tokenbucket
go get github.com/JamesClonk/vultr
go get github.com/docker/machine
go get github.com/docker/docker/pkg/term
go get golang.org/x/crypto/ssh
go get golang.org/x/crypto/ssh/terminal
go get github.com/Azure/go-ansiterm
go get github.com/Sirupsen/logrus
go get -u github.com/tcnksm/ghr
go get -u github.com/tools/godep
go get -u github.com/ChimeraCoder/tokenbucket
go get -u github.com/JamesClonk/vultr
go get -u github.com/docker/machine
go get -u github.com/docker/docker/pkg/term
go get -u golang.org/x/crypto/ssh
go get -u golang.org/x/crypto/ssh/terminal
go get -u github.com/Azure/go-ansiterm
go get -u github.com/Sirupsen/logrus

check-gofmt:
if [ -n "$(shell gofmt -l .)" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkout:
- git fetch --tags

dependencies:
pre:
post:
- go version
- make get-deps

Expand Down

0 comments on commit 136cc1b

Please sign in to comment.