[#9999] Makefile: Drop all containers created on env-up
Some checks failed
DCO action / DCO (pull_request) Successful in 1m34s
Tests and linters / Run gofumpt (pull_request) Successful in 1m42s
Vulncheck / Vulncheck (pull_request) Successful in 2m22s
Pre-commit hooks / Pre-commit (pull_request) Failing after 2m44s
Build / Build Components (pull_request) Successful in 3m1s
Tests and linters / Staticcheck (pull_request) Successful in 2m59s
Tests and linters / gopls check (pull_request) Successful in 3m36s
Tests and linters / Lint (pull_request) Successful in 3m56s
Tests and linters / Tests (pull_request) Successful in 4m42s
Tests and linters / Tests with -race (pull_request) Successful in 5m2s
Some checks failed
DCO action / DCO (pull_request) Successful in 1m34s
Tests and linters / Run gofumpt (pull_request) Successful in 1m42s
Vulncheck / Vulncheck (pull_request) Successful in 2m22s
Pre-commit hooks / Pre-commit (pull_request) Failing after 2m44s
Build / Build Components (pull_request) Successful in 3m1s
Tests and linters / Staticcheck (pull_request) Successful in 2m59s
Tests and linters / gopls check (pull_request) Successful in 3m36s
Tests and linters / Lint (pull_request) Successful in 3m56s
Tests and linters / Tests (pull_request) Successful in 4m42s
Tests and linters / Tests with -race (pull_request) Successful in 5m2s
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
9968f373ae
commit
933a1b577d
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -282,7 +282,6 @@ env-up: all
|
|||
|
||||
# Shutdown dev environment
|
||||
env-down:
|
||||
docker compose -f dev/docker-compose.yml down
|
||||
docker volume rm -f frostfs-node_neo-go
|
||||
docker compose -f dev/docker-compose.yml down -v
|
||||
rm -rf ./$(TMP_DIR)/state
|
||||
rm -rf ./$(TMP_DIR)/storage
|
||||
|
|
Loading…
Reference in a new issue