Commit 901536b3 authored by Lin Jen-Shin's avatar Lin Jen-Shin

No need to check that as in CreateCommitBuildsService:

Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13581358
parent a92dd544
......@@ -231,7 +231,7 @@ module Ci
last_status = status
if update_state_from_commit_statuses
execute_hooks if last_status != status && !skip_ci?
execute_hooks if last_status != status
true
else
false
......
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