mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-31 16:55:29 +02:00
forgor
This commit is contained in:
parent
9bf7d32975
commit
1be79fce48
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export MIX_ENV=test
|
||||||
# if it's not done doing whatever it does yet
|
# if it's not done doing whatever it does yet
|
||||||
echo -n "Waiting for Elasticsearch"
|
echo -n "Waiting for Elasticsearch"
|
||||||
|
|
||||||
until wget -qO - elasticsearch:9200; do
|
until wget -qO - opensearch:9200; do
|
||||||
echo -n "."
|
echo -n "."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue