Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
shink committed Jun 19, 2024
1 parent 5e5f053 commit 2c634f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-and-push-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
sudo rm -rf /root/.cache
sudo rm -rf /root/.sbt
sudo rm -rf /tmp/*
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/hostedtoolcache
sudo rm -rf /opt/az
sudo rm -rf /opt/microsoft
Expand All @@ -41,7 +42,7 @@ runs:
run: |
sudo df -h
sudo du -h -d 2 /root | sort -hr
sudo du -h -d 1 /home | sort -hr
sudo du -h -d 2 /home | sort -hr
sudo du -h -d 3 /usr | sort -hr
sudo du -h -d 2 /opt | sort -hr
exit 1
Expand Down

0 comments on commit 2c634f0

Please sign in to comment.