Skip to content

Commit 1f91845

Browse files
author
Tigran Najaryan
committed
Remove docker-collector makefile target
We only need the unified docker-otelsvc. Having docker-collector in the makefile is misleading and unnecessary. Issue: open-telemetry#48
1 parent 9e8f857 commit 1f91845

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ ifndef COMPONENT
102102
$(error COMPONENT variable was not defined)
103103
endif
104104

105-
.PHONY: docker-collector
106-
docker-collector:
107-
COMPONENT=collector $(MAKE) docker-component
108-
109105
.PHONY: docker-otelsvc
110106
docker-otelsvc:
111107
COMPONENT=otelsvc $(MAKE) docker-component

0 commit comments

Comments
 (0)