Skip to content

Commit

Permalink
chore: list root
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 16, 2024
1 parent c24d98b commit fb887b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ steps:
clean: 'true'

- bash: |
rm -fR ~/.cargo
rm -fR ~/.rustup
rm -fR ~/.dotnet
df -h
cd /home/vsts
cd /
du -h -d 2
displayName: Disk space
Expand Down

0 comments on commit fb887b5

Please sign in to comment.