aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-09-01 09:54:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-01 09:54:01 -0700
commitdb0283bec96395395065b4235fdacdb2949ff08c (patch)
tree692790dec13926443d82ca4c0f5fdb4330578282 /PRESUBMIT.py
parentb9a9e8788fdec6607b2fb95194c9821b99c4fbc9 (diff)
Enable Gerrit support in Skia's PostUploadHook
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index f25459e96a..38b4b5a872 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -443,12 +443,6 @@ def PostUploadHook(cl, change, output_api):
"""
results = []
- if cl.IsGerrit():
- results.append(
- output_api.PresubmitNotifyResult(
- 'Post upload hooks are not yet supported for Gerrit CLs'))
- return results
-
atleast_one_docs_change = False
all_docs_changes = True
for affected_file in change.AffectedFiles():