Skip to content

Commit

Permalink
OpenWrt-CI: fix du failure
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer authored May 29, 2020
1 parent efd71aa commit f0de03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
df -h
echo "======================="
du -h ./ --max-depth=1
du -h /mnt/openwrt/ --max-depth=1
du -h /mnt/openwrt/ --max-depth=1 || true
- name: Prepare artifact
run: find ./bin/targets/ -type d -name "packages" | xargs rm -rf {}
Expand Down

0 comments on commit f0de03d

Please sign in to comment.