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 c618867941
commit 4d9066a58d

View File

@ -1,6 +1,6 @@
default_target: amd64_frigate 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: version:
echo "VERSION='0.8.0-$(COMMIT_HASH)'" > frigate/version.py echo "VERSION='0.8.0-$(COMMIT_HASH)'" > frigate/version.py