We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #736
When hooks call Gitea executable, it immediately stop because it conflicts with minwinsvc. If it's not running as service, it works normally.
Set env SKIP_MINWINSVC=1 should work.
SKIP_MINWINSVC=1
The text was updated successfully, but these errors were encountered:
Should this be put to v1.1? Maybe we can move this to 1.2? @andreynering
Sorry, something went wrong.
This was working before, I think we should really fix for v1.1
I'll try to fix later today, I think it's trivial.
Where are Git hooks located on source code and how can we update it on a migration?
See this PR #1006. We will wait for this issue to release 1.1 .
Fix Git hooks not being executed on Windows when running as a service (…
d2b2881
…#1149) Closes #1139
Successfully merging a pull request may close this issue.
Similar to #736
When hooks call Gitea executable, it immediately stop because it conflicts with minwinsvc. If it's not running as service, it works normally.
Set env
SKIP_MINWINSVC=1
should work.The text was updated successfully, but these errors were encountered: