Skip to content

Commit

Permalink
CIV-7411 remove ga exclusion (#2314)
Browse files Browse the repository at this point in the history
* CIV-7411-RemoveGA-Exclusion

* CIV-7411 Updated after merging master chagnes

* CIV-7411 Removed conflicts

* CIV-7411 Removed duplicate code

---------

Co-authored-by: vasudevganesanhmcts <[email protected]>
  • Loading branch information
Azam-Hmcts and vasudevganesanhmcts authored Mar 15, 2023
1 parent 8c23981 commit c0039fe
Show file tree
Hide file tree
Showing 21 changed files with 905 additions and 919 deletions.
2 changes: 1 addition & 1 deletion bin/build-release-ccd-definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment=${1:-prod}

# 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,*HNL-nonprod.json,*CUI.json,*CUI-nonprod.json,*-GAR2GAspec-nonprod.json"
excludedFilenamePatterns="-e *-prod.json,*HNL-nonprod.json,*CUI.json,*CUI-nonprod.json"
#for testing HNL uplifting, comment the above line and uncomment below
#excludedFilenamePatterns="-e *-prod.json,*-base-nonprod.json,*CUI.json,*CUI-nonprod.json"
#for testing ga enhancements please remove *-GAR2GAspec-nonprod.json which are not required for release 1
Expand Down

This file was deleted.

Loading

0 comments on commit c0039fe

Please sign in to comment.