Fix Makefile to ignore gpg signatures in commits

This commit is contained in:
Patrick Decat 2021-01-13 19:02:44 +01:00 committed by Blake Blackshear
parent d4941f2a5f
commit c572cec253

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