mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-31 02:42:40 +00:00
fix ci --check
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
while ! docker logs v3-user --tail=1 | grep -q "Nest application successfully started";
|
||||
while ! docker logs v3-user-db-test --tail=1 | grep -q "database system is ready to accept connections";
|
||||
do
|
||||
sleep 5
|
||||
echo "Waiting for Nest to be up..."
|
||||
echo "Waiting for Test DB to be up..."
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user