Fix revert miss

This commit is contained in:
Shinya Maeda 2017-07-28 18:16:46 +09:00
parent 276c44bf27
commit 2ea6915ed8
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module Ci
if !ignore_skip_ci && skip_ci?
pipeline.skip if save_on_errors
raise InsufficientConditionError, pipeline
return pipeline
end
unless pipeline.has_stage_seeds?