We still need to skip loading config_processor if skip_ci?

This commit is contained in:
Lin Jen-Shin 2016-08-05 13:53:43 +08:00
parent 901536b36f
commit f88d4523f3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module Gitlab
def hook_attrs(pipeline)
first_pending_build = pipeline.builds.first_pending
config_processor = pipeline.config_processor
config_processor = pipeline.config_processor unless pipeline.skip_ci?
{
id: pipeline.id,