mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-29 16:52:28 +00:00
fix tests, return raw output, return 500 if the command did not execute properly - fixes #87
return raw stdout instead of json wrapped message - fixes #88
This commit is contained in:
parent
c6530b17e7
commit
cc0d9b2cba
4 changed files with 23 additions and 30 deletions
|
@ -57,7 +57,7 @@
|
|||
"id": "bitbucket",
|
||||
"execute-command": "{{ .Hookecho }}",
|
||||
"command-working-directory": "/",
|
||||
"include-command-output-in-response": true,
|
||||
"include-command-output-in-response": false,
|
||||
"response-message": "success",
|
||||
"parse-parameters-as-json": [
|
||||
{
|
||||
|
@ -136,4 +136,3 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue