-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
new hook post-receive dont accept python #1334
Labels
issue/duplicate
The issue has already been reported.
Comments
+1 to remove the sh call.
Hooks can be in any language, as long as they are executables, they
should be executed.
|
So anyone could send a PR to fix that? |
Please anyone doing a PR: wrap the execution in a function as there
are currently 3 different places where that overcomplex shell script
is executed
|
lunny
added
issue/duplicate
The issue has already been reported.
and removed
type/bug
labels
Mar 21, 2017
Let's move that issue and PR to discuss continue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
On last release v1.1.0,
the new hook post-receive does not allow we to execute scripts in python.
L6 :
sh "$SHELL_FOLDER/post-receive.d/$i
"If we delete
sh
it's okThe text was updated successfully, but these errors were encountered: