half-ogre / qed

A minimal continuous integration server running on .NET for repositories hosted on GitHub
MIT License
49 stars 15 forks source link

Fix manual builds for branches other than master #45

Closed half-ogre closed 10 years ago

half-ogre commented 10 years ago

I wasn't building the ref right for branches when getting the SHA. It just happened to work for master when I tested because there was a local master.

(There is refactoring that still needs to be done, and some DRYing up, but I want to get this fixed ASAP for https://github.com/octokit/octokit.net/pull/241.)