From e6abf3ad931fff93fa8e31c84e824338a4b4f528 Mon Sep 17 00:00:00 2001 From: William Fish Date: Mon, 12 Aug 2024 10:21:52 +0100 Subject: [PATCH] BAU: Tidy up broken release notes --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 652db4c3..7bf5f2ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,16 +170,6 @@ jobs: event: pass template: basic_success_1 - notify-production-deployment: - docker: - - image: cimg/base:stable - steps: - - checkout - - tariff/notify-production-release: - app-name: FPO Developer Hub Backend - slack-channel: trade_tariff - release-tag: $CIRCLE_TAG - workflows: version: 2 @@ -315,10 +305,3 @@ workflows: requires: - write-docker-tag-prod-release <<: *filter-release - - # TODO: Work out why notifications produce failing parser errors (is this a JQ issue) - # - notify-production-deployment: - # context: trade-tariff-releases - # requires: - # - apply-terraform-prod - # <<: *filter-release