mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
forgor
This commit is contained in:
parent
dea3bd913c
commit
ee12e0aaad
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…
Reference in a new issue