On Fri, Jul 3, 2020 at 17:43, Frederik Himpe <fhi...@ai.vub.ac.be> wrote:
Pirate Praveen schreef op 2020-07-03 17:31:

I can see you already have the latest version. Do you use custom push hooks?

Not that I know. I understand these would be defined in gitlab-shell.conf or gitaly/config.toml, and I don't see any there.

The repository of the example has hooks/{pre-receive,post-receive,update}, all containing this:
#!/bin/sh
echo "The gitlab-shell hooks have been migrated to Gitaly, see https://gitlab.com/gitlab-org/gitaly/issues/1226";
exit 1


I see no messages in gitaly journal when I push something.


gitaly's config.toml.examples have this,

[hooks]
custom_hooks_dir = "/home/git/custom_hooks"

Try setting it to /usr/share/gitlab-shell/hooks/

--
Frederik Himpe <fhi...@ai.vub.ac.be>
Vrije Universiteit Brussel

Reply via email to