makefile: use the ci-slim image for linting
Change-Id: I748d9fb6874a4b399985776e50202399467cfc2e
This commit is contained in:
parent
11dd0687c9
commit
0831c8f390
2
Makefile
2
Makefile
@ -126,7 +126,7 @@ lint:
|
|||||||
-v ${GOPATH}/pkg:/go/pkg \
|
-v ${GOPATH}/pkg:/go/pkg \
|
||||||
-v ${PWD}:/storj \
|
-v ${PWD}:/storj \
|
||||||
-w /storj \
|
-w /storj \
|
||||||
storjlabs/ci \
|
storjlabs/ci-slim \
|
||||||
make .lint LINT_TARGET="$(LINT_TARGET)"
|
make .lint LINT_TARGET="$(LINT_TARGET)"
|
||||||
|
|
||||||
.PHONY: .lint/testsuite
|
.PHONY: .lint/testsuite
|
||||||
|
Loading…
Reference in New Issue
Block a user