This commit is contained in:
parent
12598ec381
commit
be7aa42d2a
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache curl
|
RUN apk add --no-cache curl jq
|
||||||
COPY entrypoint.sh /bin/entrypoint.sh
|
COPY entrypoint.sh /bin/entrypoint.sh
|
||||||
CMD ["/bin/entrypoint.sh"]
|
CMD ["/bin/entrypoint.sh"]
|
@ -17,5 +17,4 @@ if [ "$?" -ne "0" ]; then
|
|||||||
exit "$?"
|
exit "$?"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Sent message with title \"${PLUGIN_TITLE}\":"
|
echo "$res" | jq .
|
||||||
echo "${PLUGIN_MESSAGE}"
|
|
Loading…
Reference in New Issue
Block a user