From a6602e22da44114dfa4bc6d7453acc702d7e62b9 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Fri, 18 May 2018 11:13:16 +0200 Subject: Dont check the base in Dangerfile --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dangerfile') diff --git a/Dangerfile b/Dangerfile index a23885beb..54d9c8d8c 100644 --- a/Dangerfile +++ b/Dangerfile @@ -24,7 +24,7 @@ def check_changelog(path) end end -check_changelog(File.join('changelogs', 'unreleased', "#{gitlab.branch_for_base}.yml}")) +check_changelog(File.join('changelogs', 'unreleased', "#{gitlab.branch_for_head}.yml}")) VENDOR_JSON = 'vendor/vendor.json' fail("Expected #{VENDOR_JSON} to exist") unless File.exist?(VENDOR_JSON) -- cgit v1.2.3