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

visdiff: Use HEAD instead of $TRAVIS_COMMIT #2908

Merged
merged 2 commits into from
May 26, 2016
Merged

Conversation

chromakode
Copy link
Contributor

It seems that $TRAVIS_COMMIT can fall out of date wrt GitHub's merged PR
ref in some cases, which breaks visdiff because the commit it tries to
check out doesn't exist.

👓 @keybase/react-hackers

It seems that $TRAVIS_COMMIT can fall out of date wrt GitHub's merged PR
ref in some cases, which breaks visdiff because the commit it tries to
check out doesn't exist.
@keybase-jenkins
Copy link

Can one of the admins verify this patch?

@MarcoPolo
Copy link
Contributor

👍

@keybase-ci-visdiff
Copy link

🔎 No visual changes found as a result of these commits.

@chromakode
Copy link
Contributor Author

Oops, spotted while sanity checking the Travis output: we need to determine the value of HEAD before running visdiff, because simply passing HEAD to it will run git checkout HEAD, doing nothing 👼

@keybase-ci-visdiff
Copy link

🔎 No visual changes found as a result of these commits.

@MarcoPolo
Copy link
Contributor

👍

@chromakode chromakode merged commit cc55233 into master May 26, 2016
@chromakode chromakode deleted the mgood/visdiff-use-head branch May 26, 2016 20:56
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.

4 participants