mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Fix service checking in travis after adding redis service
This commit is contained in:
parent
d55306cf43
commit
d87b21fec0
|
@ -2,7 +2,7 @@
|
|||
|
||||
service_count=`docker ps -a | grep "Up " | wc -l`
|
||||
|
||||
if [ "${service_count}" -eq "3" ]
|
||||
if [ "${service_count}" -eq "4" ]
|
||||
then
|
||||
echo "Service are up and running."
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user