mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 07:06:54 +00:00
exit with true because of pipefail
This commit is contained in:
@@ -29,5 +29,5 @@ rm -rf ~/utils ~/image-generation
|
|||||||
# Erase all indexes and wait until the rebuilding process ends,
|
# Erase all indexes and wait until the rebuilding process ends,
|
||||||
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
|
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
|
||||||
sudo mdutil -E /
|
sudo mdutil -E /
|
||||||
sudo log stream | grep -q -E 'mds.*Released.*BackgroundTask'
|
sudo log stream | grep -q -E 'mds.*Released.*BackgroundTask' || true
|
||||||
echo "Indexing completed"
|
echo "Indexing completed"
|
||||||
Reference in New Issue
Block a user