We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f7d45 commit 2236001Copy full SHA for 2236001
cgi-bin/webhook.cgi
@@ -187,7 +187,7 @@ class PushHook
187
def execute(*cmd, user:)
188
cmd = ['/home/git/git.ruby-lang.org/bin/sudo-u.sh', user, *cmd]
189
logger.info("+ #{cmd.shelljoin}")
190
- system("timeout 3 #{cmd.shelljoin} >> #{Webhook::LOG_PATH} 2>&1", exception: true)
+ system("#{cmd.shelljoin} >> #{Webhook::LOG_PATH} 2>&1", exception: true)
191
logger.info("done")
192
end
193
0 commit comments