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
Why do we run hooks via sh? I would like to write them using ruby, but setting a #!/usr/bin/env ruby shebang has no effect.
sh
#!/usr/bin/env ruby
The text was updated successfully, but these errors were encountered:
This should work as hooks are called using sh. What type of shell is sh on your system?
https://github.com/defunkt/cijoe/blob/master/lib/cijoe.rb#L194
Sorry, something went wrong.
knoopx,
We need more info about your system and perhaps what exactly you are trying to do, in order to help.
I've run into the same issues. sh on my system (Ubuntu 10.04) is actually dash
dash
No branches or pull requests
Why do we run hooks via
sh
? I would like to write them using ruby, but setting a#!/usr/bin/env ruby
shebang has no effect.The text was updated successfully, but these errors were encountered: