From 63bcc83088ec74f9d6371323d253551cba75a6d3 Mon Sep 17 00:00:00 2001
From: Sergey Dudoladov <sergey.dudoladov@zalando.de>
Date: Wed, 2 Oct 2019 14:35:57 +0200
Subject: [PATCH] fix linters

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index a9bb8280..6f43c29c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ default: local
 clean:
 	rm -rf build scm-source.json
 
-local: test ${SOURCES}
+local: ${SOURCES}
 	hack/verify-codegen.sh
 	CGO_ENABLED=${CGO_ENABLED} go build -o build/${BINARY} $(LOCAL_BUILD_FLAGS) -ldflags "$(LDFLAGS)" $^
 
@@ -60,7 +60,7 @@ docker-context: scm-source.json linux
 	mkdir -p docker/build/
 	cp build/linux/${BINARY} scm-source.json docker/build/
 
-docker: test ${DOCKERDIR}/${DOCKERFILE} docker-context
+docker: ${DOCKERDIR}/${DOCKERFILE} docker-context
 	echo `(env)`
 	echo "Tag ${TAG}"
 	echo "Version ${VERSION}"
-- 
GitLab