mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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
|
$(non_manifest_packages) # > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GLOBIGNORE="/usr/share/git-core/**/*"
|
(
|
||||||
sudo rm -rf \
|
GLOBIGNORE="/usr/share/git-core/**/*";
|
||||||
/var/lib/docker/ \
|
sudo rm -rf \
|
||||||
"$AGENT_TOOLSDIRECTORY" \
|
/var/lib/docker/ \
|
||||||
/opt \
|
"$AGENT_TOOLSDIRECTORY" \
|
||||||
/usr/{local,share}/** &
|
/opt \
|
||||||
|
/usr/{local,share}/**
|
||||||
|
) &
|
||||||
# {
|
# {
|
||||||
# sudo swapoff -a
|
# sudo swapoff -a
|
||||||
# sudo rm -f /mnt/swapfile
|
# sudo rm -f /mnt/swapfile
|
||||||
|
|
Loading…
Reference in a new issue