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-17 21:56:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 21:56:41 +0300
commitf9d5906a7d19306ee45d09f1dfb400007e5f1be2 (patch)
treec0cb7bf66c8ff0fcb3685b10c6c479c51e092bbd /tooling
parent236fa4fa7e4986bbb5fa54ef82975a6846e3a1d6 (diff)
Add latest changes from gitlab-org/gitlab@15-9-stable-ee
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