Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
Fixes #71

Signed-off-by: Matt Klein <mklein@lyft.com>
  • Loading branch information
mattklein123 committed Apr 5, 2019
1 parent 459ed65 commit b632dd3
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GOREPO := ${GOPATH}/src/github.com/lyft/ratelimit
.PHONY: bootstrap
bootstrap:
script/install-glide
script/install-protoc
glide install
script/install-protoc

.PHONY: bootstrap_tests
bootstrap_tests:
Expand Down
14 changes: 7 additions & 7 deletions proto/envoy/api/v2/ratelimit/ratelimit.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions proto/envoy/service/ratelimit/v2/rls.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b632dd3

Please sign in to comment.