1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-20 22:36:25 +00:00

adapt make test to clear volumes

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-12-03 18:40:53 +01:00
parent c42b150861
commit 66f870a5da

View File

@ -113,7 +113,8 @@ publish-kweb: build-kweb
docker push $(docker_repo)/kopano_web:latest
test:
sudo rm -rf data/
docker-compose down || true
docker volume ls | grep "kopano-docker_" | awk '{print $2}' | xargs docker volume rm || true
make build-all
docker-compose build
docker-compose up