-
Notifications
You must be signed in to change notification settings - Fork 0
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
Branches #13
Comments
This should probably be used. |
Why? We can just use url.parse and have the branch as a query string. |
But would be neater to have the branch in the path On Fri, 14 Nov 2014 08:35 Geraint White notifications@github.com wrote:
|
That can still be done with URL.parse On Fri, 14 Nov 2014 08:44 Oliver Faircliff notifications@github.com wrote:
|
Added support in github-listener fba21b4 |
Following from this.
For repositories where we don't want the
master
branch to be pushed live, but another one. We need a way of specifying which branch to use. This could be done by specifying the branch name in the webhook URL, eg:http://git.dvbris.com/[branch-name]
. (This would be easier once we've moved the secret out of the URL, #11)Then
github-listener
can pass this branch name on to the github-getter (descendant ofrun.sh
) which will get the correct branch.The text was updated successfully, but these errors were encountered: