mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 09:42:23 +00:00
fix(CI): update run_local_docker.sh script with cluster alias ES endpoint (#16604)
This commit is contained in:
parent
5236950b6d
commit
baab52076f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user