Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CI_TIMESTAMP env var #300

Merged
merged 1 commit into from
Feb 15, 2018
Merged

Add support for CI_TIMESTAMP env var #300

merged 1 commit into from
Feb 15, 2018

Conversation

markphelps
Copy link
Contributor

When trying to use cc-test-reporter on Codeship I noticed it was failing if I didn't have my .git folder added.

This was because the g.CommitedAt field was not being populated since Codeship uses CI_TIMESTAMP (https://documentation.codeship.com/pro/builds-and-configuration/environment-variables/#default-environment-variables) instead of GIT_COMMITTED_AT, GIT_COMMITED_AT, CI_COMMITTED_AT, CI_COMMITED_AT.

This change adds support for CI_TIMESTAMP

@CLAassistant
Copy link

CLAassistant commented Feb 13, 2018

CLA assistant check
All committers have signed the CLA.

@larkinscott
Copy link
Member

larkinscott commented Feb 15, 2018

Hey @markphelps. Thanks for the PR!

Copy link
Member

@larkinscott larkinscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@larkinscott larkinscott merged commit f851415 into codeclimate:master Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants