Code Climate Reporter failing

All of a sudden on an forked code contributor’s branch when Circle CI runs it’s failing code climate test with the error below.

This variables as been added in the Circle CI environment variables since the early days of the project. It’s not failed for anyone else and even today all other contributor/collaborator code reviews pass without this error.

#!/bin/bash -eo pipefail

Error: you must supply a CC_TEST_REPORTER_ID ENV variable or pass it via the -r flag

Exited with code 255

I could add it to the config.yml file for circle-ci, but, it’s never been necessary before?

This seems like a new bug or a change may have started causing this ?

Found the issue: https://circleci.com/docs/2.0/oss/#build-pull-requests-from-forked-Repositories and solution.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.