Make docker prune non-fatal to handle concurrent prune from parallel CI jobs
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 15m15s

This commit is contained in:
2026-05-09 20:57:14 -05:00
parent cee0328db5
commit 21ecbca2e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Prune Docker to reclaim disk
run: |
docker system prune -f
docker system prune -f 2>&1 || echo "prune skipped (another prune in progress)"
df -h /
# ── El SDK setup ──────────────────────────────────────────────────────
+1 -1
View File
@@ -98,7 +98,7 @@ jobs:
- name: Prune Docker to reclaim disk
run: |
docker system prune -f
docker system prune -f 2>&1 || echo "prune skipped (another prune in progress)"
df -h /
- name: Compute image tag