소스 검색

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