Skip to content

Commit

Permalink
Start running post-upload hooks again
Browse files Browse the repository at this point in the history
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/576530
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487875}
  • Loading branch information
aarongable authored and Commit Bot committed Jul 19, 2017
1 parent c86185c commit 2434914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codereview.settings
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ GERRIT_HOST: True
CC_LIST: chromium-reviews@chromium.org
VIEW_VC: https://chromium.googlesource.com/chromium/src/+/
STATUS: http://chromium-status.appspot.com/status
TRY_ON_UPLOAD: True
RUN_POST_UPLOAD_HOOK: True
LINT_IGNORE_REGEX: webkit/api/.*

0 comments on commit 2434914

Please sign in to comment.