-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
support push options #327
Comments
Hi @seankhliao, you could use Soft Serve hooks located in your config directory to integrate git push option into your workflow. You could write a common Let me know if this helps :) |
I did try but:
|
@seankhliao looking more into this, we need to add |
Add support to git push options. Reference: https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt Fixes: #327
Add support to git push options. Reference: https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt Fixes: #327
Is your feature request related to a problem? Please describe.
With git hook support, we can run trigger CI,
but now I want to configure or skip CI sometimes.
Describe the solution you'd like
I'd like to use git push options which are passed through to my git hook.
Eg gitlab supports them: https://docs.gitlab.com/ee/user/project/push_options.html
Describe alternatives you've considered
add directives in the commit message
but that's not a particularly clean way of doing things (ci isn't really part of the change being made).
The text was updated successfully, but these errors were encountered: