mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Always print disk usage
This commit is contained in:
@@ -246,6 +246,8 @@ jobs:
|
||||
run: src/ci/scripts/create-doc-artifacts.sh
|
||||
|
||||
- name: print disk usage
|
||||
# We also want to know the disk usage when the job fails.
|
||||
if: always()
|
||||
run: |
|
||||
echo "disk usage:"
|
||||
df -h
|
||||
|
||||
Reference in New Issue
Block a user