mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix Makefile to ignore gpg signatures in commits
This commit is contained in:
parent
c618867941
commit
4d9066a58d
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user