Conversation
Our branch specification in teamcity is like so: +:refs/heads/* +:refs/pull/(*/merge) -:rr-cache as per the official recommendation: http://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/
|
@thefringeninja this looks good. but what tooling r u using to get that format? |
|
I just did what the blog post told me :) On Thu, Feb 5, 2015 at 11:15 PM, Simon Cropp notifications@github.com
Sent from my regular computer |
Which blog post? What CI system are you using? |
|
I'm curious too. From a CI perspective, it'd quite strange to actually rely on the tip of the branch rather than on the merge commit. 😕 |
|
I told @thefringeninja to make this change, while suggesting he switch to the merge commit instead. I think we should support it |
|
no objections here. the change is fairly harmless |
|
Yeah, it is more from a wtf why is gitversion not detecting my PR and versioning it like it says it should. |
|
Ah, I see. Yip, no objections from me. |
No description provided.