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

Dangerfile « govendor_proto_check « danger - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 035baa81eced49f2c43258e815d74287ef1058bb (plain)
1
2
3
4
5
if git.modified_files.include?('go.mod') && !system('_support/gitaly-proto-tagged')
  fail("gitaly-proto version is incorrect")
end

# vim: ft=ruby