Skip to content

Commit

Permalink
Add R5 blacklist
Browse files Browse the repository at this point in the history
Co-authored-by: @ghrpp <[email protected]>
  • Loading branch information
Panthevm and ApricotLace committed Aug 11, 2023
1 parent ae1a7eb commit c5d2c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-zen-packages-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
ZEN_FHIR_RELEASE_GITHUB_TOKEN: ${{ secrets.ZEN_FHIR_RELEASE_GITHUB_TOKEN }}
ZEN_FHIR_RELEASE_GITHUB_ORG: ${{ secrets.ZEN_FHIR_RELEASE_GITHUB_ORG }}

- run: bb zen-profiles-packages "release.txt" "r5/" "zen-packages/" nil nil nil nil '{\"StructureDefinition\",#{\"http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-processing\",\"http://hl7.org/fhir/StructureDefinition/biologicallyderivedproduct-manipulation\"}}'
- run: bb zen-profiles-packages "release.txt" "r5/" "zen-packages/" nil nil nil nil "resources/r5-blacklist.edn"
name: Generate & release npm r5 core zen package
env:
ZEN_FHIR_RELEASE_GITHUB_USER: ${{ secrets.ZEN_FHIR_RELEASE_GITHUB_USER }}
Expand Down
2 changes: 1 addition & 1 deletion src/zen/fhir/tooling_packages.clj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
:git-url-format (when (not= git-url-format "nil") git-url-format)
:remote-repo-url "https://storage.googleapis.com"
:produce-remote-ftr-manifests? true
:blacklist (when blacklist (read-string blacklist))
:blacklist (when blacklist (read-string (slurp blacklist)))
:blacklisted-packages #{}})
:append true))

Expand Down

0 comments on commit c5d2c2b

Please sign in to comment.