rust/.azure-pipelines/steps/show-disk-usage.yml

6 lines
91 B
YAML
Raw Normal View History

2019-05-06 13:15:52 -05:00
steps:
- bash: |
df -h
du . | sort -nr | head -n100
displayName: Show disk usage