Skip to content

Commit

Permalink
ZBIO-682 Skip make build As multistage Dockerfiles are in use, build …
Browse files Browse the repository at this point in the history
…is skipped from make all
  • Loading branch information
mgdevstack committed Jul 23, 2020
1 parent 2297551 commit 4dbc3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpcExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GRPC_HEALTH_PROBE_PATH=../tool/${GRPC_HEALTH_PROBE}
HOSTNAME := $(shell hostname)

.PHONY: all
all: clean build dockerise deploy
all: clean dockerise deploy
$(MAKE) clean_bin

.PHONY: build
Expand Down

0 comments on commit 4dbc3aa

Please sign in to comment.