Commit f88d4523 authored by Lin Jen-Shin's avatar Lin Jen-Shin

We still need to skip loading config_processor if skip_ci?

parent 901536b3
...@@ -16,7 +16,7 @@ module Gitlab ...@@ -16,7 +16,7 @@ module Gitlab
def hook_attrs(pipeline) def hook_attrs(pipeline)
first_pending_build = pipeline.builds.first_pending first_pending_build = pipeline.builds.first_pending
config_processor = pipeline.config_processor config_processor = pipeline.config_processor unless pipeline.skip_ci?
{ {
id: pipeline.id, id: pipeline.id,
......
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