6 lines
91 B
YAML
6 lines
91 B
YAML
|
steps:
|
||
|
- bash: |
|
||
|
df -h
|
||
|
du . | sort -nr | head -n100
|
||
|
displayName: Show disk usage
|