Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Mar 29, 2024
1 parent d112565 commit 20f5566
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ jobs:
- name: Build Keystone
run: |
# Print out size information
sudo du -shc /* /opt/* /mnt/* /usr/* /var/*
for d in / /opt /mnt /usr /var ; do
echo ">>> " $d
sudo du -shc $d/*
done
exit 1
# Prep upper and lower cache directories
Expand Down

0 comments on commit 20f5566

Please sign in to comment.