From 9a65a27bf21eb4f93290c23c0b1e313ea4c2ce6a Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 6 Sep 2018 19:42:27 +0200 Subject: [PATCH] Add webhook to circleci --7 --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a33415afa..e9c3d8c05 100644 --- a/circle.yml +++ b/circle.yml @@ -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