[#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

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-11-12 11:35:20 +03:00
parent 9968f373ae
commit 933a1b577d
Signed by: dstepanov-yadro
GPG key ID: 237AF1A763293BC0

View file

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