summaryrefslogtreecommitdiff
path: root/tooling/danger/stable_branch.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 18:56:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 18:56:41 +0000
commitf9d5906a7d19306ee45d09f1dfb400007e5f1be2 (patch)
treec0cb7bf66c8ff0fcb3685b10c6c479c51e092bbd /tooling/danger/stable_branch.rb
parent236fa4fa7e4986bbb5fa54ef82975a6846e3a1d6 (diff)
downloadgitlab-ce-f9d5906a7d19306ee45d09f1dfb400007e5f1be2.tar.gz
Add latest changes from gitlab-org/gitlab@15-9-stable-ee
Diffstat (limited to 'tooling/danger/stable_branch.rb')
-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