zero icon indicating copy to clipboard operation
zero copied to clipboard

Prevent ecr orb from checking out code in build pipelines

Open bmonkman opened this issue 4 years ago • 0 comments

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.

bmonkman avatar Dec 06 '21 18:12 bmonkman