cloud-gov / pages-build-container

A container image that builds each site as part of the Pages platform
Other
14 stars 11 forks source link

Unexpected exception raised during build 'CalledProcessError' object has no attribute 'replace' #468

Closed drewbo closed 4 months ago

drewbo commented 4 months ago

After recent changes to the runner code, I think CalledProcessErrors won't log the actual error because we try to replace environment variables in the error (rather than in the string)

Acceptance Criteria