Skip to content

Commit

Permalink
Preparation for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Jan 14, 2017
1 parent e8b5e2f commit 0ea7334
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 @@ -36,10 +36,6 @@ before-build:
cover:
echo 'mode: atomic' > coverage.txt && go list . ./beater | xargs -n1 -I{} sh -c 'go test -covermode=atomic -coverprofile=coverage.tmp {} && tail -n +2 coverage.tmp >> coverage.txt' && rm coverage.tmp

# This is called by the beats packer before building starts
.PHONY: before-build
before-build:

# Collects all dependencies and then calls update
.PHONY: collect
collect:

0 comments on commit 0ea7334

Please sign in to comment.