Skip to content

Commit 094fd97

Browse files
committed
[BUILD] Run 'make protos' within docker
Change-Id: I3ee279ce65ebc165aa4970ecb3d1fbb96c71a379 Signed-off-by: Greg Haskins <[email protected]>
1 parent ecb7c14 commit 094fd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ build/%.tar.bz2:
215215
@tar -jc $^ > $@
216216

217217
.PHONY: protos
218-
protos: gotools
219-
./scripts/compile_protos.sh
218+
protos: testenv
219+
@$(DRUN) hyperledger/fabric-testenv:$(DOCKER_TAG) ./scripts/compile_protos.sh
220220

221221
%-docker-clean:
222222
$(eval TARGET = ${patsubst %-docker-clean,%,${@}})

0 commit comments

Comments
 (0)