From 0873f6df97c3f6b222ea39a50e1cc9792f17f669 Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Fri, 24 Jul 2020 13:28:25 +0200 Subject: [PATCH] CircleCI dropped webhook support in favour of Slack Orb See: https://discuss.circleci.com/t/access-to-the-old-ui-will-be-shut-down-on-august-14th Signed-off-by: Dominic Schabel --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eeb90a975..74282802d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,8 +52,3 @@ jobs: paths: - ~/.m2 key: circleci-hawkbit-{{ checksum "pom.xml" }} - -notify: - webhooks: - # Gitter hook - - url: https://webhooks.gitter.im/e/a20a6bc2bda5a8a77d39 \ No newline at end of file