updated etc/post-commit.in
This commit is contained in:
parent
0af1bedea2
commit
6918ab1f41
@ -475,11 +475,11 @@ sub trigger_webhooks
|
||||
my $res = $ua->get($webhook);
|
||||
if ($res->is_success)
|
||||
{
|
||||
print "$res->decoded_content\n";
|
||||
##print "$res->decoded_content\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
print "$res->status_line\n";
|
||||
##print "$res->status_line\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user