useless var
This commit is contained in:
parent
11b5b3cac5
commit
27ce8d541d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ fi
|
||||||
|
|
||||||
# 2. WAIT FOR MONGO TO BE READY
|
# 2. WAIT FOR MONGO TO BE READY
|
||||||
# We need the container to be up before we can run mongosh commands
|
# We need the container to be up before we can run mongosh commands
|
||||||
echo "⏳ Waiting for MongoDB container (${KOMODO_DB_HOSTNAME}) to be ready..."
|
echo "⏳ Waiting for MongoDB container (${mongo-db$KOMODO_NODE_ID}) to be ready..."
|
||||||
MAX_RETRIES=10
|
MAX_RETRIES=10
|
||||||
COUNT=0
|
COUNT=0
|
||||||
until docker exec "mongo-db$KOMODO_NODE_ID" mongosh --quiet --eval "db.adminCommand('ping')" &>/dev/null; do
|
until docker exec "mongo-db$KOMODO_NODE_ID" mongosh --quiet --eval "db.adminCommand('ping')" &>/dev/null; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue