Add webhook to circleci --7

pull/335/head
Johan Girod 2018-09-06 19:42:27 +02:00
parent da213d0cca
commit 9a65a27bf2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
then
echo "SUCCESS \o/"
else
curl https://hooks.zapier.com/hooks/catch/3746650/qsp818/;
curl -H 'Content-Type: application/json' --request POST -d '{"success": false}' https://hooks.zapier.com/hooks/catch/3746650/qsp818/;
exit 1;
fi