Browse Source

set SKIP_UPRN_ISSUE_ORG_IDS on review apps

pull/1953/head
Kat 3 years ago
parent
commit
883077249f
  1. 1
      .github/workflows/review_pipeline.yml

1
.github/workflows/review_pipeline.yml

@ -128,6 +128,7 @@ jobs:
cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE "dluhc-core-review-csv-bucket"
cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN
cf set-env $APP_NAME APP_HOST "https://dluhc-core-review-${{ github.event.pull_request.number }}.london.cloudapps.digital"
cf set-env $APP_NAME SKIP_UPRN_ISSUE_ORG_IDS "[]"
- name: Bind postgres service
env:

Loading…
Cancel
Save