Commit 999579be by Matt Tuchfarber Committed by Matt Tuchfarber

Make "make down" docker-sync agnostic.

Similar to "make stop", "make down" is now continues when
docker-sync doesn't exist (e.g. on Linux)
parent 5cd3dabb
...@@ -46,7 +46,7 @@ stop: ## Stop all services ...@@ -46,7 +46,7 @@ stop: ## Stop all services
docker-compose stop docker-compose stop
down: ## Remove all service containers and networks down: ## Remove all service containers and networks
test -d .docker-sync && docker-sync clean (test -d .docker-sync && docker-sync clean) || true ## Ignore failure here
docker-compose down docker-compose down
destroy: ## Remove all devstack-related containers, networks, and volumes destroy: ## Remove all devstack-related containers, networks, and volumes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment