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
I'm not sure of the cause, but I have started to encounter the following error with cc-test-reporter. Since I haven't updated any client libraries, it's likely that something has happened on the server side.
#!/bin/bash -eo pipefail./tmp/cc-test-reporter before-buildCOVERAGE=true bundle exec rake spec./tmp/cc-test-reporter format-coverage --output tmp/codeclimate.$CIRCLE_JOB.json./tmp/cc-test-reporter: line 1: html: No such file or directory./tmp/cc-test-reporter: line 2: syntax error near unexpected token `<''/tmp/cc-test-reporter: line 2: `<head><title>504 Gateway Time-out</title></head>Exited with code exit status 2
@fede-moya Thank you for the prompt response. Encountered for the first time in rubocop/rubocop#12853. I have not yet reviewed the situation since then.
It may have been a temporary encounter with "504 Gateway Time-out" issue. For now, I will close this issue. I will reopen it if the problem recurs. Thank you for taking your time.
I'm not sure of the cause, but I have started to encounter the following error with cc-test-reporter. Since I haven't updated any client libraries, it's likely that something has happened on the server side.
https://app.circleci.com/pipelines/github/rubocop/rubocop/11062/workflows/baf07982-a94c-4cc9-98f2-efd26a605f73/jobs/310171
The text was updated successfully, but these errors were encountered: