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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-05-18 12:13:16 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-05-18 12:14:34 +0300
commita6602e22da44114dfa4bc6d7453acc702d7e62b9 (patch)
treedaded64725a7bd5fdb8511f7644a04d7e5c2a7b6 /Dangerfile
parent2d2695b2fb946c409a0f315bb2c2282085594a46 (diff)
Dont check the base in Dangerfile
Diffstat (limited to 'Dangerfile')
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
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)