Skip to content

Commit

Permalink
Merge PR #77: fix proto-check-breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
mvid authored Jul 19, 2021
1 parent 032fc36 commit 96f5691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ VERSION := $(shell git describe --abbrev=6 --dirty --always --tags)
COMMIT := $(shell git log -1 --format='%H')
DOCKER := $(shell which docker)
DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bufbuild/buf
HTTPS_GIT := https://github.com/peggyjv/gravity-bridge.git

build_tags = netgo
ifeq ($(LEDGER_ENABLED),true)
Expand Down Expand Up @@ -92,8 +93,8 @@ proto-lint:
@$(DOCKER_BUF) lint --error-format=json

proto-check-breaking:
@echo $(DOCKER_BUF) breaking --against "$(env.HTTPS_GIT)#branch=main"
@$(DOCKER_BUF) breaking --against "$(env.HTTPS_GIT)#branch=main"
@echo $(DOCKER_BUF) breaking --against "$(HTTPS_GIT)#branch=main"
@$(DOCKER_BUF) breaking --against "$(HTTPS_GIT)#branch=main"

TM_URL = https://raw.githubusercontent.com/tendermint/tendermint/v0.34.0-rc3/proto/tendermint
GOGO_PROTO_URL = https://raw.githubusercontent.com/regen-network/protobuf/cosmos
Expand Down

0 comments on commit 96f5691

Please sign in to comment.