From 681486e305d45352fdcbc3ca6ede7b03bf0499b6 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 15 Nov 2021 11:51:20 -0500 Subject: [PATCH] makefile remove testing logic --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e74d79b4d..353b8a5d2 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ proto-all: proto-gen proto-lint proto-check-breaking .PHONY: proto-all proto-gen: + @docker pull -q tendermintdev/docker-build-proto @echo "Generating Protobuf files" @$(DOCKER_PROTO_BUILDER) sh ./scripts/protocgen.sh .PHONY: proto-gen