Skip to content

Commit

Permalink
Merge "[BUILD] Run 'make protos' within docker"
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLevi authored and Gerrit Code Review committed Nov 23, 2016
2 parents 51ea590 + 094fd97 commit 7c9ab1e
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 7c9ab1e

Please sign in to comment.