Skip to content

Commit

Permalink
No need to install test dependencies in CI
Browse files Browse the repository at this point in the history
Document in Readme section on developing BBR locally instead

[#160547760]

Signed-off-by: Josh Hill <[email protected]>
  • Loading branch information
ChunyiLyu authored and Josh Hill committed Sep 24, 2018
1 parent 5d8f9d6 commit bf5675f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ generate:

setup:
dep ensure
go get -u github.com/cloudfoundry/bosh-cli
go get -u github.com/maxbrunsfeld/counterfeiter
go get -u github.com/onsi/ginkgo/ginkgo

sys-test-local: sys-test-local-deployment sys-test-local-director

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ We use [dep](https://github.com/golang/dep) to manage our dependencies, so run:

1. `go get github.com/cloudfoundry-incubator/bosh-backup-and-restore/cmd/bbr`
1. `cd $GOPATH/src/github.com/cloudfoundry-incubator/bosh-backup-and-restore`
1. `go get -u github.com/cloudfoundry/bosh-cli`
1. `go get -u github.com/maxbrunsfeld/counterfeiter`
1. `go get -u github.com/onsi/ginkgo/ginkgo`
1. `make setup`

You're good to go. Run tests locally with `make test`.
Expand Down

0 comments on commit bf5675f

Please sign in to comment.