gitaly: revert a commit that broke config loading

This commit is contained in:
Milan Pässler
2020-05-19 01:31:14 +02:00
parent 47c8e52a22
commit e32bf64da0
2 changed files with 324 additions and 1 deletions
@@ -40,7 +40,10 @@ in buildGoPackage rec {
# Fix a check which assumes that hook files are writeable by their
# owner.
patches = [ ./fix-executable-check.patch ];
patches = [
./fix-executable-check.patch
./0001-Revert-Allow-gitlabshell-config-to-be-passed-in-thro.patch
];
goPackagePath = "gitlab.com/gitlab-org/gitaly";