default branch is "mrbeam-stable" instead of "master"
This commit is contained in:
parent
6a7a6f0ff2
commit
131e99adbe
1 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue