From 999a78bb08cf2107eb3e005b1dcd5902b2d3a6c8 Mon Sep 17 00:00:00 2001 From: sbriat Date: Wed, 8 Feb 2023 17:05:10 +0100 Subject: [PATCH] fix ci --- ci/wait-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/wait-up.sh b/ci/wait-up.sh index 08e3db3..4308dfa 100644 --- a/ci/wait-up.sh +++ b/ci/wait-up.sh @@ -1,6 +1,6 @@ #!/bin/bash testlog() { - docker logs v3-territory-db-test | grep -q "listening on IPv6 address" + docker logs v3-territory-db-test | grep -q "database system is ready to accept connections" } testlog 2> /dev/null