mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
sudo for cleanup temporary dirs
This commit is contained in:
@@ -30,7 +30,7 @@ npm cache clean --force
|
|||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
|
||||||
# Clean up temporary directories
|
# Clean up temporary directories
|
||||||
rm -rf ~/utils ~/image-generation /tmp/*
|
sudo rm -rf ~/utils ~/image-generation /tmp/*
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user