Skip to content

Commit

Permalink
[BUILD] Run 'make protos' within docker
Browse files Browse the repository at this point in the history
Change-Id: I3ee279ce65ebc165aa4970ecb3d1fbb96c71a379
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Nov 21, 2016
1 parent ecb7c14 commit 094fd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ build/%.tar.bz2:
@tar -jc $^ > $@

.PHONY: protos
protos: gotools
./scripts/compile_protos.sh
protos: testenv
@$(DRUN) hyperledger/fabric-testenv:$(DOCKER_TAG) ./scripts/compile_protos.sh

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

0 comments on commit 094fd97

Please sign in to comment.