Skip to content

Commit

Permalink
correcting variables set
Browse files Browse the repository at this point in the history
  • Loading branch information
vasudevganesanhmcts committed Nov 29, 2024
1 parent d183187 commit 949cc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/utils/process-definition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docker run --rm --name json2xlsx \
-v ${definition_input_dir}:/tmp/ccd-definition \
-v ${definition_output_file}:/tmp/ccd-definition.xlsx \
-e CCD_DEF_CASE_SERVICE_BASE_URL=${CCD_DEF_CASE_SERVICE_BASE_URL:-http://docker.for.mac.localhost:4000} \
-e CCD_DEF_GEN_APP_SERVICE_BASE_URL=${CCD_DEF_GEN_APP_SERVICE_BASE_URL:-http://docker.for.mac.localhost:4550} \
-e CCD_DEF_VERSION=${CCD_DEF_VERSION:-} \
hmctspublic.azurecr.io/ccd/definition-processor:${definition_processor_version} \
json2xlsx -D /tmp/ccd-definition -o /tmp/ccd-definition.xlsx ${additionalParameters}
2 changes: 1 addition & 1 deletion bin/variables/load-preview-environment-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo "export CAMUNDA_BASE_URL=https://camunda-civil-service-pr-${pr}.preview.pla

# definition placeholders
echo "export CCD_DEF_CASE_SERVICE_BASE_URL=http://civil-service-pr-${pr}-java"
echo "export CCD_DEF_GEN_APP_SERVICE_BASE_URL=https://ga-civil-service-pr-${pr}.preview.platform.hmcts.net"
echo "export CCD_DEF_GEN_APP_SERVICE_BASE_URL=http://ga-civil-service-pr-${pr}.preview.platform.hmcts.net"

0 comments on commit 949cc47

Please sign in to comment.