Преглед изворни кода

Fix Makefile to ignore gpg signatures in commits

Patrick Decat пре 4 година
родитељ
комит
4d9066a58d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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