mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 18:17:53 +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
|
exit 1
|
||||||
fi
|
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'
|
echo 'Checking if Elastic Search instance is up...\n'
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user