Fix Makefile to ignore gpg signatures in commits

This commit is contained in:
Patrick Decat 2021-01-13 19:02:44 +01:00
parent 3647466eda
commit 0ac70fd2b9
No known key found for this signature in database
GPG Key ID: FD55B9BD5687D8FF

View File

@ -1,6 +1,6 @@
default_target: amd64_frigate
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h")
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
version:
echo "VERSION='0.8.0-$(COMMIT_HASH)'" > frigate/version.py