simplify test ci --check
This commit is contained in:
parent
566095cc9f
commit
66ffbfcd80
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
testlog() {
|
testlog() {
|
||||||
docker logs v3-user-db-test | grep -q "database system is ready to accept connections"
|
docker logs v3-db | grep -q "database system is ready to accept connections"
|
||||||
}
|
}
|
||||||
|
|
||||||
testlog 2> /dev/null
|
testlog 2> /dev/null
|
||||||
|
|
Loading…
Reference in New Issue