From 452e0aa64fab695c93ee6223ace9d5a4efd71712 Mon Sep 17 00:00:00 2001 From: ShwetaTandel-hmcts <130586258+ShwetaTandel-hmcts@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:59:56 +0100 Subject: [PATCH] CIV-0000 Unshutter prod (#4489) unshutter the prod --- bin/build-release-ccd-definition.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/build-release-ccd-definition.sh b/bin/build-release-ccd-definition.sh index 721e73772c..57e4f0bae7 100755 --- a/bin/build-release-ccd-definition.sh +++ b/bin/build-release-ccd-definition.sh @@ -4,13 +4,6 @@ set -eu environment=${1:-prod} activateShutter=${2:-false} -if [ ${environment} == prod ]; then - echo "Running build for ${environment}" - activateShutter=true; -else - echo "Running build for ${environment}" - activateShutter=false; -fi # if any exclusions are updated here, please also update the exclusions map in e2e/tests/unit/utils/dataProvider.js if [ ${environment} == preview ]; then excludedFilenamePatterns="-e *-prod.json"