Skip to content

Commit 8474b1c

Browse files
committed
Fix CI
1 parent 6d2cf77 commit 8474b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/fulltest-cypress

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
5959

6060
# bring up all remaining containers, except cypress!
6161
docker-compose up -d --remove-orphans stepca
62+
docker-compose pull db-mysql || true # ok to fail
6263
docker-compose up -d --remove-orphans --pull=never fullstack
6364

6465
# wait for main container to be healthy

0 commit comments

Comments
 (0)