From 8474b1cdece67931e829a9ec0c1025810c88d796 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 21 May 2024 13:44:27 +1000 Subject: [PATCH] Fix CI --- scripts/ci/fulltest-cypress | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/fulltest-cypress b/scripts/ci/fulltest-cypress index 63dd9ea..af5a7fc 100755 --- a/scripts/ci/fulltest-cypress +++ b/scripts/ci/fulltest-cypress @@ -59,6 +59,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}" # bring up all remaining containers, except cypress! docker-compose up -d --remove-orphans stepca +docker-compose pull db-mysql || true # ok to fail docker-compose up -d --remove-orphans --pull=never fullstack # wait for main container to be healthy