Fix Makefile to ignore gpg signatures in commits

This commit is contained in:
Patrick Decat
2021-01-14 06:28:55 -06:00
committed by Blake Blackshear
parent 3647466eda
commit eb6228bf15
+1 -1
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