How I Solved Performance Issues in CI/CD Pipelines with Large Artifacts in Git Repositories
Introduction In a DevOps world where CI/CD pipelines are the heartbeat of development, dealing with large binary files in Git can be challenging. We faced this exact problem with vendor artifacts, roughly 1GB in size, committed directly into our Git repositories. The result? Slow pipelines, increased build times, and a […]