Skip to content

Commit

Permalink
Update cleanupspace.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavbk authored Jul 15, 2024
1 parent a2fc54c commit d104ae7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cleanupspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
node-version: '20'
- name: Remove unnecessary files
run: |
sudo df -h
sudo cd /var/lib/docker
sudo df -h .
sudo cd -
sudo ls -l /usr/share/dotnet
sudo ls -l /var/lib/docker/tmp
sudo ls -l "$AGENT_TOOLSDIRECTORY"
Expand Down

0 comments on commit d104ae7

Please sign in to comment.