We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2cf77 commit 8474b1cCopy full SHA for 8474b1c
scripts/ci/fulltest-cypress
@@ -59,6 +59,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
59
60
# bring up all remaining containers, except cypress!
61
docker-compose up -d --remove-orphans stepca
62
+docker-compose pull db-mysql || true # ok to fail
63
docker-compose up -d --remove-orphans --pull=never fullstack
64
65
# wait for main container to be healthy
0 commit comments