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 8474b1c commit 1831fdfCopy full SHA for 1831fdf
scripts/ci/fulltest-cypress
@@ -60,6 +60,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
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 pull db-postgres || true # ok to fail
64
docker-compose up -d --remove-orphans --pull=never fullstack
65
66
# wait for main container to be healthy
0 commit comments