Skip to content

Commit

Permalink
print sizes in megabytes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 2, 2024
1 parent 3f55849 commit ac03c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
steps:
- script: |
print-diagnostics(){
echo "---- df ----"
df
echo "---- df -h -m ----"
df -h -m
echo "---- docker system df ----"
/tmp/docker system df
echo "---- docker images ----"
Expand Down

0 comments on commit ac03c1a

Please sign in to comment.