commitdev/zero

Prevent ecr orb from checking out code in build pipelines

bmonkman opened this issue · 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.