From 16a0d4eff6d625e53dbac0a95bbe52dbcbd9ab64 Mon Sep 17 00:00:00 2001 From: eternaltyro Date: Tue, 11 Apr 2023 11:14:23 +0100 Subject: [PATCH] Fix OpsGenie HTTP 422 error Removed OpsGenie notification block since the curly braces added in an earlier commit did not fix the problem. We can bring back the notification once Opsgenie ORB is able to work as expected. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9b8a84fc7..ac513ae79b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -331,6 +331,3 @@ workflows: context: - org-global - tasking-manager-tm4-production -notify: - webhooks: - - url: https://api.opsgenie.com/v1/json/circleci?apiKey=${OPSGENIE_API}