s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

Build is broken #14

Closed s12v closed 6 years ago

s12v commented 6 years ago

Example build: https://travis-ci.org/s12v/awsbeats/builds/382528626

Error:

Building filebeats:v6.2.4...
error: pathspec 'vv6.2.4' did not match any file(s) known to git.
make: *** [beats] Error 1

vv6.2.4 doesn't look good, something is wrong in Makefile

mumoshu commented 6 years ago

Sorry for the trouble! I have the fix for this. Will submit a PR asap

mumoshu commented 6 years ago

Due to my change BEATS_VERSION expects 6.2.4, rather than v6.2.4 now. I'll improve Makefile to normalize both formats.