From 0aa2560aa5c8dc069247d1a0edf4ef066bb2f33d 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 | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e0a59ede..af1d686a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -292,16 +292,6 @@ jobs: command: | bin/sync-opensearch-packages << parameters.space >> << parameters.bucket >> - notify-production-deployment: - docker: - - image: cimg/ruby:3.3.4 - steps: - - checkout - - tariff/notify-production-release: - app-name: Backend - slack-channel: trade_tariff - release-tag: $CIRCLE_TAG - workflows: version: 2 @@ -488,9 +478,3 @@ workflows: requires: - write-docker-tag-prod-release <<: *filter-release - - - notify-production-deployment: - context: trade-tariff-releases - requires: - - apply-terraform-prod - <<: *filter-release