From a619ed496855c53cb674bf341661b1a588a360e9 Mon Sep 17 00:00:00 2001 From: sbriat Date: Wed, 8 Feb 2023 17:02:15 +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 1873d72..08e3db3 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 "::", port 5432" + docker logs v3-territory-db-test | grep -q "listening on IPv6 address" } testlog 2> /dev/null