Skip to content

Commit bd77dc1

Browse files
committed
Update ci
1 parent 6aec2a2 commit bd77dc1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflow-scripts/00-check-disk-usage.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ set -o xtrace
55

66
pwd
77

8-
df -h .
9-
df -h -T
8+
du --si --max-depth 1 | sort --human-numeric-sort
109

11-
if command -v docker > /dev/null; then
12-
docker images
13-
docker images -a
14-
sudo docker images
15-
sudo docker images -a
16-
fi
10+
df --si .
11+
df --si --print-type --exclude-type=tmpfs

0 commit comments

Comments
 (0)