logging du webhook
This commit is contained in:
@@ -35,5 +35,5 @@ if (json_last_error() !== JSON_ERROR_NONE) {
|
||||
// success, do something
|
||||
$repo_name = $decoded['repository']['name'];
|
||||
echo "launching hook script ";
|
||||
echo shell_exec('bash ../webhook/webhook.sh ' . $repo_name . ' 2>&1');
|
||||
echo shell_exec('bash ../webhook/webhook.sh ' . $repo_name . ' >> ../webhook/webhook.log 2>&1');
|
||||
?>
|
Reference in New Issue
Block a user