Fix CI disk exhaustion: docker system prune at job start #37
Reference in New Issue
Block a user
Delete Branch "fix/stage-source-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause of all stage failures: CI runner runs out of disk from accumulated Docker layers across runs. elc hangs writing to dist/js/enterprise.js when disk is full. Docker builds fail with 'No space left on device'. Fix: prune Docker at the start of each job (stage and dev) before pulling new images.