From 394a6de790a9342d3201422795ab74307af8c209 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 20 May 2019 09:57:53 +0200 Subject: [PATCH] remove testing container after test-ci run Signed-off-by: Felix Bartels --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f46d9cf..19fac53 100644 --- a/Makefile +++ b/Makefile @@ -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