mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
adapt make test to clear volumes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user