From a487374611150616f8aa5a1c50b09f683c45d667 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Fri, 14 Jun 2019 09:29:38 +0200 Subject: [PATCH] replace braces and rename docker repo Signed-off-by: Martin Buchleitner --- integrations/inputunifi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/inputunifi/Makefile b/integrations/inputunifi/Makefile index a1362bb1..5669ea21 100644 --- a/integrations/inputunifi/Makefile +++ b/integrations/inputunifi/Makefile @@ -9,7 +9,7 @@ OSX_PKG_PREFIX=com.github.davidnewhall GOLANGCI_LINT_ARGS=--enable-all -D gochecknoglobals PACKAGE:=./cmd/$(BINARY) LIBRARY:=./pkg/$(BINARY) -DOCKER_REPO="golift" +DOCKER_REPO=golift ITERATION:=$(shell git rev-list --count HEAD||echo 0) ifeq ($(VERSION),) @@ -124,7 +124,7 @@ $(BINARY)-$(VERSION).pkg: check_fpm package_build_osx --chdir package_build_osx docker: - docker build -t ${DOCKER_REPO}/${BINARY} . + docker build -t $(DOCKER_REPO)/$(BINARY) . # OSX packages use /usr/local because Apple doesn't allow writing many other places. package_build_osx: readme man macos