Closed
Description
It looks like this:
./scripts/circleci/upload_build.sh
curl: (26) couldn't open file "build/dist/react.development.js"
./scripts/circleci/upload_build.sh returned exit code 26
Action failed: ./scripts/circleci/upload_build.sh
It happened two times on random commits, and I don't see a pattern. Probably caused by me changing how tasks are distributed between parallel nodes in #11633. I don't understand why upload_build.sh
would try to run before a build exists though (if that's what's happening?)