Commit 52dba610 authored by Shinya Maeda's avatar Shinya Maeda

Revert "Merge branch 'drop-bridge-on-any-pipeline-errors' into 'master'"

This reverts commit ac6be496, reversing
changes made to 1676eca9.
parent 35c478de
......@@ -30,7 +30,7 @@ module Ci
end
downstream_pipeline.tap do |pipeline|
@bridge.drop!(:downstream_pipeline_creation_failed) if pipeline.errors.any?
@bridge.drop!(:downstream_pipeline_creation_failed) if pipeline.has_yaml_errors?
end
end
......
---
title: Drop bridge on any downstream pipeline errors
merge_request: 24735
author:
type: fixed
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