Make docker prune non-fatal (concurrent prune race) #38
@@ -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 ──────────────────────────────────────────────────────
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user