mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Remove CURRENT_UID and GID from makefile as they are unused
This commit is contained in:
parent
83c7c2ec4f
commit
5458f4a766
2
Makefile
2
Makefile
@ -4,8 +4,6 @@ COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
|||||||
VERSION = 0.15.0
|
VERSION = 0.15.0
|
||||||
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
|
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
|
||||||
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
CURRENT_UID := $(shell id -u)
|
|
||||||
CURRENT_GID := $(shell id -g)
|
|
||||||
BOARDS= #Initialized empty
|
BOARDS= #Initialized empty
|
||||||
|
|
||||||
include docker/*/*.mk
|
include docker/*/*.mk
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user