chore(ci): also purge hidden files in /opt/hostedtoolcache to reclaim disk space
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Successful in 1m4s
Build & Deploy / 🏗️ Build (push) Successful in 2m54s
Build & Deploy / 🚀 Deploy (push) Successful in 25s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 46s
Build & Deploy / 🔔 Notify (push) Successful in 4s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Build & Deploy / 🧪 QA (push) Successful in 1m4s
Build & Deploy / 🏗️ Build (push) Successful in 2m54s
Build & Deploy / 🚀 Deploy (push) Successful in 25s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 46s
Build & Deploy / 🔔 Notify (push) Successful in 4s
This commit is contained in:
@@ -47,8 +47,10 @@ jobs:
|
|||||||
df -h || true
|
df -h || true
|
||||||
echo "=== Tool Cache Usage ==="
|
echo "=== Tool Cache Usage ==="
|
||||||
du -sh /opt/hostedtoolcache/* || true
|
du -sh /opt/hostedtoolcache/* || true
|
||||||
|
du -sh /opt/hostedtoolcache/.[!.]* || true
|
||||||
echo "Purging old tool caches..."
|
echo "Purging old tool caches..."
|
||||||
rm -rf /opt/hostedtoolcache/* || true
|
rm -rf /opt/hostedtoolcache/* || true
|
||||||
|
rm -rf /opt/hostedtoolcache/.[!.]* || true
|
||||||
echo "Purging old build layers and dangling images..."
|
echo "Purging old build layers and dangling images..."
|
||||||
docker builder prune -a -f || true
|
docker builder prune -a -f || true
|
||||||
docker image prune -a -f || true
|
docker image prune -a -f || true
|
||||||
|
|||||||
Reference in New Issue
Block a user