mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 21:42:55 +08:00
Merge branch 'main' of https://github.com/actions/virtual-environments into spotlight
# Conflicts: # images/macos/provision/core/pipx-packages.sh
This commit is contained in:
@@ -16,6 +16,12 @@ fi
|
||||
# Put documentation to $HOME root
|
||||
cp $HOME/image-generation/output/software-report/systeminfo.txt $HOME/image-generation/output/software-report/systeminfo.md $HOME/
|
||||
|
||||
# Put build vm assets scripts to proper directory
|
||||
mkdir -p /usr/local/opt/$USER/scripts
|
||||
mv $HOME/image-generation/assets/* /usr/local/opt/$USER/scripts
|
||||
|
||||
find /usr/local/opt/$USER/scripts -type f -name "*\.sh" -exec chmod +x {} \;
|
||||
|
||||
# Clean up npm cache which collected during image-generation
|
||||
# we have to do that here because `npm install` is run in a few different places during image-generation
|
||||
npm cache clean --force
|
||||
|
||||
Reference in New Issue
Block a user