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 PERCY_TARGET_COMMIT. #34

Merged
merged 2 commits into from
Jun 12, 2018
Merged

Add support for PERCY_TARGET_COMMIT. #34

merged 2 commits into from
Jun 12, 2018

Conversation

fotinakis
Copy link
Contributor

No description provided.

@fotinakis fotinakis requested a review from djones June 12, 2018 22:33
@@ -139,6 +139,10 @@ class Environment {
return null;
}

get targetCommitSha() {
return this._env.PERCY_TARGET_COMMIT || null;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: this is consistently inconsistent — we name the other sha env var PERCY_COMMIT, and then translate it to "commitSha" internally.

Copy link
Contributor

@djones djones left a comment

Choose a reason for hiding this comment

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

🍍 LGTM

@fotinakis fotinakis merged commit 3879564 into master Jun 12, 2018
@fotinakis fotinakis deleted the target-commit-sha branch June 12, 2018 22:39
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.

2 participants