mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 23:03:34 +01:00
update webhook
This commit is contained in:
@@ -1,8 +1 @@
|
||||
[
|
||||
{
|
||||
"id": "test",
|
||||
"execute-command": "/etc/webhook/test.sh",
|
||||
"command-working-directory": "/etc/webhook",
|
||||
"include-command-output-in-response": true
|
||||
}
|
||||
]
|
||||
[]
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'hello world'
|
||||
|
||||
cat $HOOK_PAYLOAD
|
||||
|
||||
Reference in New Issue
Block a user