This commit is contained in:
Nighty 2024-05-24 22:36:00 +02:00 committed by GitHub
parent dea3bd913c
commit ee12e0aaad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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