mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
try this syntax
This commit is contained in:
parent
2f9b2d6841
commit
739321c1b2
1 changed files with 8 additions and 6 deletions
14
.github/actions/clean-disk/action.yml
vendored
14
.github/actions/clean-disk/action.yml
vendored
|
@ -41,12 +41,14 @@ runs:
|
|||
$(non_manifest_packages) # > /dev/null
|
||||
fi
|
||||
|
||||
GLOBIGNORE="/usr/share/git-core/**/*"
|
||||
sudo rm -rf \
|
||||
/var/lib/docker/ \
|
||||
"$AGENT_TOOLSDIRECTORY" \
|
||||
/opt \
|
||||
/usr/{local,share}/** &
|
||||
(
|
||||
GLOBIGNORE="/usr/share/git-core/**/*";
|
||||
sudo rm -rf \
|
||||
/var/lib/docker/ \
|
||||
"$AGENT_TOOLSDIRECTORY" \
|
||||
/opt \
|
||||
/usr/{local,share}/**
|
||||
) &
|
||||
# {
|
||||
# sudo swapoff -a
|
||||
# sudo rm -f /mnt/swapfile
|
||||
|
|
Loading…
Reference in a new issue