Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before-build:

# Collects all dependencies and then calls update
.PHONY: collect
collect: imports fields go-generate create-docs
collect: imports fields go-generate create-docs notice

# Generates imports for all modules and metricsets
.PHONY: imports
Expand Down Expand Up @@ -61,4 +61,8 @@ check-full: check
@git diff | cat
@git update-index --refresh
@git diff-index --exit-code HEAD --


.PHONY: notice
notice: python-env
@echo "Generating NOTICE"
@$(PYTHON_ENV)/bin/python ${ES_BEATS}/dev-tools/generate_notice.py .
Loading