Skip to content

Commit

Permalink
CIV-0000 Unshutter prod (#4489)
Browse files Browse the repository at this point in the history
unshutter the prod
  • Loading branch information
ShwetaTandel-hmcts authored Jun 11, 2024
1 parent 13addc3 commit 452e0aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/build-release-ccd-definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 452e0aa

Please sign in to comment.