Error began happening around 09/06/2020.
Pull request that shows travis pass one build for the /travis-ci/push but fail the build for /travis-ci/pr: https://github.com/uw-it-edm/content-services-ui/pull/1086
Passed build: https://travis-ci.org/github/uw-it-edm/content-services-ui/jobs/725409114
Failed build: https://travis-ci.org/github/uw-it-edm/content-services-ui/jobs/725412898
Notes:
- As far as I can tell, the difference is that the build that passed did a full yarn install, while the one that failed got it from cache.
- I tried manually deleting all caches from the repo by using travis UI, but the build still fails.
- This same error happens in all other builds during this time (PR’s and branches).
- I was able to move past this error by disabling the yarn cache from the travis.yml file, but we would like to be able to re-enable it to speed up the builds.