Fix bug on PR when target has two possibilities#423
Merged
JakeGinnivan merged 1 commit intoGitTools:masterfrom Apr 23, 2015
Merged
Fix bug on PR when target has two possibilities#423JakeGinnivan merged 1 commit intoGitTools:masterfrom
JakeGinnivan merged 1 commit intoGitTools:masterfrom
Conversation
This PR fixes a bug on pull-request builds when there are two possibilities which branch the pull-reuqest targets.
Contributor
Author
|
Ok, TeamCity is Green again for PRs 😄 |
Merged
JakeGinnivan
added a commit
that referenced
this pull request
Apr 23, 2015
Fix bug on PR when target has two possibilities
Contributor
|
Great! Thanks @yannisgu. Good timing, was planning to try and fix some of the outstanding bugs tonight :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes a bug on pull-request builds when there are two possibilities which branch the pull-reuqest targets.
This should escpecialy fix the build issues happening currently on TeamCity because the repo has a master branch and a release/3.0.0 branch, both pointing to the same commit.