mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 07:52:36 +02:00
Merge pull request #7608 from morehouse/docker_autoclean
make: clean up container after linting
This commit is contained in:
2
Makefile
2
Makefile
@@ -55,7 +55,7 @@ ifneq ($(workers),)
|
|||||||
LINT_WORKERS = --concurrency=$(workers)
|
LINT_WORKERS = --concurrency=$(workers)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DOCKER_TOOLS = docker run -v $$(pwd):/build lnd-tools
|
DOCKER_TOOLS = docker run --rm -v $$(pwd):/build lnd-tools
|
||||||
|
|
||||||
GREEN := "\\033[0;32m"
|
GREEN := "\\033[0;32m"
|
||||||
NC := "\\033[0m"
|
NC := "\\033[0m"
|
||||||
|
Reference in New Issue
Block a user