default branch is "mrbeam-stable" instead of "master"

This commit is contained in:
Teja 2015-07-15 11:54:03 +02:00
parent 6a7a6f0ff2
commit 131e99adbe

View file

@ -34,7 +34,8 @@ def get_latest(target, check):
if "user" not in check or "repo" not in check:
raise ConfigurationInvalid("Update configuration for %s of type github_commit needs all of user and repo" % target)
branch = "master"
#branch = "master"
branch = "mrbeam-stable"
if "branch" in check:
branch = check["branch"]