Commit 7150c8a7 authored by Fabio Pitino's avatar Fabio Pitino

Drop bridge on any downstream pipeline errors

parent 9896cfee
---
title: Drop bridge on any downstream pipeline errors
merge_request: 24735
author:
type: fixed
......@@ -30,7 +30,7 @@ module Ci
end
downstream_pipeline.tap do |pipeline|
@bridge.drop!(:downstream_pipeline_creation_failed) if pipeline.has_yaml_errors?
@bridge.drop!(:downstream_pipeline_creation_failed) if pipeline.errors.any?
end
end
......
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