fix linters

This commit is contained in:
Sergey Dudoladov 2019-10-02 14:35:57 +02:00
parent c07148af13
commit 63bcc83088
1 changed files with 2 additions and 2 deletions

View File

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