Show More
@@ -57,9 +57,6 b' def trigger_post_push_hook(' | |||||
57 | :param repo_alias: the type of SCM repo |
|
57 | :param repo_alias: the type of SCM repo | |
58 | :param commit_ids: list of commit ids that we pushed |
|
58 | :param commit_ids: list of commit ids that we pushed | |
59 | """ |
|
59 | """ | |
60 | if repo_alias not in ('hg', 'git'): |
|
|||
61 | return |
|
|||
62 |
|
||||
63 | extras = _get_rc_scm_extras(username, repo_name, repo_alias, action) |
|
60 | extras = _get_rc_scm_extras(username, repo_name, repo_alias, action) | |
64 | extras.commit_ids = commit_ids |
|
61 | extras.commit_ids = commit_ids | |
65 | hooks_base.post_push(extras) |
|
62 | hooks_base.post_push(extras) |
General Comments 0
You need to be logged in to leave comments.
Login now