diff options
-rwxr-xr-x | ci/before_cache.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/before_cache.sh b/ci/before_cache.sh index 2a5c6cfff0..d99b8e68c6 100755 --- a/ci/before_cache.sh +++ b/ci/before_cache.sh @@ -11,6 +11,9 @@ source "${CI_DIR}/common/suite.sh" rm -rf "${HOME}/.cache/pip/log" rm -f "${HOME}/.cache/pip/selfcheck.json" +echo "before_cache.sh: cache size" +du -d 2 "${HOME}/.cache" | sort -n + # Update the third-party dependency cache only if the build was successful. if ended_successfully; then rm -rf "${HOME}/.cache/nvim-deps" |