You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
The current CI build runs npm install, which downloads Chromium, but then uses Docker to generate the PDF, without actually using the downloaded Chromium. That's quite a waste of time. PDF generation is done with Docker because CircleCI VMs cannot run Chromium. npm install must be run to generate the web package that's deployed to App Engine. Maybe we could to everything with Docker?
The text was updated successfully, but these errors were encountered:
The current CI build runs
npm install
, which downloads Chromium, but then uses Docker to generate the PDF, without actually using the downloaded Chromium. That's quite a waste of time. PDF generation is done with Docker because CircleCI VMs cannot run Chromium.npm install
must be run to generate the web package that's deployed to App Engine. Maybe we could to everything with Docker?The text was updated successfully, but these errors were encountered: