Skip to content

Commit

Permalink
CIV-0000 remove CUI exclusion (#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMNycz authored Nov 30, 2023
1 parent 6e5e79e commit 4bf3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ withPipeline(type, product, component) {
./bin/add-roles.sh
./bin/pull-latest-camunda-files.sh ${camundaBranch}
./bin/pull-latest-ccd-files.sh ${ccdBranch}
./bin/import-ccd-definition.sh "-e *GAspec.json,*-nonprod.json,*COS-nonprod.json,*CUI-nonprod.json,*CUI.json,AuthorisationCaseType-shuttered.json"
./bin/import-ccd-definition.sh "-e *GAspec.json,*-nonprod.json,*COS-nonprod.json,AuthorisationCaseType-shuttered.json"
./bin/import-bpmn-diagram.sh .
"""
env.URL="https://civil-service-xui-staging.aat.platform.hmcts.net"
Expand Down

0 comments on commit 4bf3837

Please sign in to comment.