Show More
@@ -57,9 +57,6 b' def trigger_post_push_hook(' | |||
|
57 | 57 | :param repo_alias: the type of SCM repo |
|
58 | 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 | 60 | extras = _get_rc_scm_extras(username, repo_name, repo_alias, action) |
|
64 | 61 | extras.commit_ids = commit_ids |
|
65 | 62 | hooks_base.post_push(extras) |
General Comments 0
You need to be logged in to leave comments.
Login now