From f59ba77f5c7a7042dddc5151753ff128c75e93af Mon Sep 17 00:00:00 2001 From: Tatyana Tokmyanina Date: Thu, 9 Jun 2022 13:55:41 +0500 Subject: [PATCH] add hercules-init to makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96efa380..ab7a07e9 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ SERVICES := hercules-elastic-adapter \ hercules-timeline-sink \ hercules-tracing-api \ hercules-tracing-sink \ - hercules-tracing-sink-clickhouse + hercules-tracing-sink-clickhouse \ + hercules-init .PHONY: all build_images push_images