We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb32413 commit 53c4f3eCopy full SHA for 53c4f3e
.github/workflows/ci.yml
@@ -155,11 +155,11 @@ jobs:
155
- name: df
156
run: df -h
157
- name: du1
158
- run: du -h -d1 /usr/local | sort -hr | head -n 20
+ run: du -h -d1 /home | sort -hr | head -n 20
159
- name: du2
160
- run: du -h -d1 /usr/share | sort -hr | head -n 20
+ run: du -h -d1 /home/packer | sort -hr | head -n 20
161
- name: find
162
- run: find /usr/local -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
+ run: find /home -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
163
164
system-test-fips:
165
runs-on: ubuntu-latest
0 commit comments