Commit 24349143 authored by Aaron Gable's avatar Aaron Gable Committed by Commit Bot

Start running post-upload hooks again

This was a typo, I accidentally removed the RUN_POST_UPLOAD_HOOKS
line (which still has a function) when I meant to remove the
TRY_ON_UPLOAD line (which doesn't). I blame them both containing
the word 'UPLOAD'.

Bug: 746079
Change-Id: I007ed90443680a7f3741367b368c55e5056e3252
Reviewed-on: https://chromium-review.googlesource.com/576530Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487875}
parent c86185cb
...@@ -5,5 +5,5 @@ GERRIT_HOST: True ...@@ -5,5 +5,5 @@ GERRIT_HOST: True
CC_LIST: chromium-reviews@chromium.org CC_LIST: chromium-reviews@chromium.org
VIEW_VC: https://chromium.googlesource.com/chromium/src/+/ VIEW_VC: https://chromium.googlesource.com/chromium/src/+/
STATUS: http://chromium-status.appspot.com/status STATUS: http://chromium-status.appspot.com/status
TRY_ON_UPLOAD: True RUN_POST_UPLOAD_HOOK: True
LINT_IGNORE_REGEX: webkit/api/.* LINT_IGNORE_REGEX: webkit/api/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment