Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-16 12:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-16 12:08:48 +0300
commitcb20cd86e45ad06b0dc43562c0a1121c3e505c36 (patch)
tree6a1f9b01b30e586d994a0852d41d1a74bbec39b5 /tooling
parent79767d781a739ab0ac4370ab20a4dbd3dd4e0f02 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/stable_branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/danger/stable_branch.rb b/tooling/danger/stable_branch.rb
index 65086c8485c..9b467146096 100644
--- a/tooling/danger/stable_branch.rb
+++ b/tooling/danger/stable_branch.rb
@@ -102,7 +102,7 @@ module Tooling
if bridge['status'] == 'created'
bridge['status']
else
- bridge.fetch('downstream_pipeline').fetch('status')
+ bridge.fetch('downstream_pipeline')&.fetch('status')
end
end