gitaly: revert a commit that broke config loading
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user