summaryrefslogtreecommitdiff
path: root/Dangerfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-20 12:11:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-20 12:11:06 +0000
commitf2ebc27236ecef67e67da1da864bbf58e9b9c267 (patch)
treed6fccf4eec0dd09f1ad009cacbf157298fbecfec /Dangerfile
parent8994750e4e1beb9f6d1b37c1625fba5868b9babf (diff)
downloadgitlab-ce-f2ebc27236ecef67e67da1da864bbf58e9b9c267.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dangerfile b/Dangerfile
index cba7226d4b9..103e38fdd33 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require_relative 'lib/gitlab_danger'
-require_relative 'lib/gitlab/danger/request_helper'
+require_relative 'tooling/gitlab_danger'
+require_relative 'tooling/danger/request_helper'
danger.import_plugin('danger/plugins/helper.rb')
danger.import_plugin('danger/plugins/roulette.rb')