zero
zero copied to clipboard
Prevent ecr orb from checking out code in build pipelines
In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add checkout: false since we are already doing a shallow clone. The orb has an older github SSH signature which can cause pipeline failures.