From 2203fa3897ec17faaaf0e494e847db3324bed92b Mon Sep 17 00:00:00 2001 From: garyschulte Date: Tue, 24 May 2022 17:33:40 -0700 Subject: [PATCH] remove defunct hubot notification webhook (#3896) Signed-off-by: garyschulte --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d34d573d30..012c1b3807 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,10 +57,6 @@ executors: resource_class: small working_directory: ~/project -notify: - webhooks: - - url: $HUBOT_URL - commands: prepare: description: "Prepare"