Skip to content

Commit

Permalink
Remove docker-collector makefile target
Browse files Browse the repository at this point in the history
We only need the unified docker-otelsvc. Having docker-collector in
the makefile is misleading and unnecessary.

Issue: #48
  • Loading branch information
Tigran Najaryan committed Jun 24, 2019
1 parent 9e8f857 commit 1f91845
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ ifndef COMPONENT
$(error COMPONENT variable was not defined)
endif

.PHONY: docker-collector
docker-collector:
COMPONENT=collector $(MAKE) docker-component

.PHONY: docker-otelsvc
docker-otelsvc:
COMPONENT=otelsvc $(MAKE) docker-component
Expand Down

0 comments on commit 1f91845

Please sign in to comment.