Commit 773f38a9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'mc/feature/downstream-pipeline-tracking-followup' into 'master'

Add safe navigation to #bridge_waiting?

See merge request gitlab-org/gitlab-ee!16059
parents f115c6c0 c172f202
......@@ -128,7 +128,7 @@ module EE
end
def bridge_waiting?
source_bridge.dependent?
source_bridge&.dependent?
end
def update_bridge_status!
......
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