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
path: root/danger
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-13 19:32:29 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-08-13 19:32:29 +0300
commitfee46e300ce5b473bb232fa5156fd1414e715807 (patch)
tree183ac69214903c1ba336a1e027287ecb5eb3664a /danger
parentd09c98f9ff0a1b7768b0f4c6bf88576e5bbbd80f (diff)
Move gitaly-proto to gitaly/proto
Diffstat (limited to 'danger')
-rw-r--r--danger/govendor_proto_check/Dangerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/danger/govendor_proto_check/Dangerfile b/danger/govendor_proto_check/Dangerfile
deleted file mode 100644
index 035baa81e..000000000
--- a/danger/govendor_proto_check/Dangerfile
+++ /dev/null
@@ -1,5 +0,0 @@
-if git.modified_files.include?('go.mod') && !system('_support/gitaly-proto-tagged')
- fail("gitaly-proto version is incorrect")
-end
-
-# vim: ft=ruby