Update entrypoint
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torjus Håkestad 2022-01-10 13:46:24 +01:00
parent 7a4220931c
commit 34f9c49d54

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -xe
# TODO: Verify that variables are set properly
curl "${PLUGIN_GOTIFY_URL}/message?token=${PLUGIN_GOTIFY_TOKEN}" -F "title=${PLUGIN_TITLE}" -F "message=${PLUGIN_MESSAGE}" -F "priority=5"