Make docker prune non-fatal (concurrent prune race) #38
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?
Parallel CI jobs both try to docker system prune -f simultaneously. Docker only allows one prune at a time, returning error. Make it non-fatal so the push build doesn't fail on this.