Skip to content
Snippets Groups Projects
Commit 63bcc830 authored by Sergey Dudoladov's avatar Sergey Dudoladov
Browse files

fix linters

parent c07148af
Branches fix-json
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ default: local ...@@ -46,7 +46,7 @@ default: local
clean: clean:
rm -rf build scm-source.json rm -rf build scm-source.json
local: test ${SOURCES} local: ${SOURCES}
hack/verify-codegen.sh hack/verify-codegen.sh
CGO_ENABLED=${CGO_ENABLED} go build -o build/${BINARY} $(LOCAL_BUILD_FLAGS) -ldflags "$(LDFLAGS)" $^ CGO_ENABLED=${CGO_ENABLED} go build -o build/${BINARY} $(LOCAL_BUILD_FLAGS) -ldflags "$(LDFLAGS)" $^
...@@ -60,7 +60,7 @@ docker-context: scm-source.json linux ...@@ -60,7 +60,7 @@ docker-context: scm-source.json linux
mkdir -p docker/build/ mkdir -p docker/build/
cp build/linux/${BINARY} scm-source.json 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 `(env)`
echo "Tag ${TAG}" echo "Tag ${TAG}"
echo "Version ${VERSION}" echo "Version ${VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment