I newly introduced the continuous deployment and all jobs run into retired, with the friendly message:
“Looks like we had a bug in our infrastructure, or that of our providers (generally GitHub or AWS). We should have automatically retried this build. We’ve been alerted of the issue and are almost certainly looking into it, please contact us if you’re interested in the cause or if the problem persists.” - So I ended up here
I don’t get any logs about the deploy process. For deploying I use npm run deploy
(grunt, copying, upload to screeps). For testing I use npm test
. If I define the deploy command as a test command it works fine, and of course I can see the output.
You can see one of the failes builds here: https://circleci.com/gh/TooAngel/screeps/948
Any help is appreciated.