mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
Keep imagegeneration scripts in macOS and Ubuntu (#7572)
This commit is contained in:
committed by
GitHub
parent
91f9205adb
commit
0997df9069
@@ -11,9 +11,6 @@ chmod -R 777 /opt
|
||||
echo "chmod -R 777 /usr/share"
|
||||
chmod -R 777 /usr/share
|
||||
|
||||
# remove installer and helper folders
|
||||
rm -rf $HELPER_SCRIPT_FOLDER
|
||||
rm -rf $INSTALLER_SCRIPT_FOLDER
|
||||
chmod 755 $IMAGE_FOLDER
|
||||
|
||||
# Remove quotes around PATH
|
||||
|
||||
@@ -32,7 +32,7 @@ if ! is_Ventura; then
|
||||
yarn cache clean
|
||||
fi
|
||||
# Clean up temporary directories
|
||||
sudo rm -rf ~/utils ~/image-generation /tmp/*
|
||||
sudo rm -rf ~/utils /tmp/*
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user