1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

remove testing container after test-ci run

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-05-20 09:57:53 +02:00
parent 4bf877b791
commit 394a6de790

View File

@ -330,6 +330,7 @@ test-ci:
docker wait kopano_test_1
docker logs --tail 10 kopano_test_1
docker-compose -f $(COMPOSE_FILE) -f tests/test-container.yml stop 2>/dev/null
docker rm kopano_test_1
test-quick:
docker-compose -f $(COMPOSE_FILE) stop || true