fix(CI): update run_local_docker.sh script with cluster alias ES endpoint (#16604)

This commit is contained in:
Akash Jain 2024-06-11 15:55:28 +05:30 committed by GitHub
parent 5236950b6d
commit baab52076f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ if [ $RESULT -ne 0 ]; then
exit 1
fi
until curl -s -f "http://localhost:9200/_cat/indices/team_search_index"; do
until curl -s -f "http://localhost:9200/_cat/indices/openmetadata_team_search_index"; do
echo 'Checking if Elastic Search instance is up...\n'
sleep 5
done