Skip to content

Commit

Permalink
Change Import to load all non-THO content
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlung-ri authored May 16, 2024
1 parent ddf60ed commit 829a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3
- name: Import into fhir_imports org
run: docker run --rm -v $(pwd):/fhir openconceptlab/oclapi2:qa python tools/import.py -f /fhir -t https://fhir.staging.openconceptlab.org/orgs/fhir_imports -s ${{ secrets.OCLAPI_TOKEN }} -c https://api.staging.openconceptlab.org/orgs/fhir_imports
run: docker run --rm -v $(pwd):/fhir openconceptlab/oclapi2:qa python tools/import.py -f /fhir/All-non-THO-content_all-copies_can-delete -t https://fhir.staging.openconceptlab.org/orgs/fhir_imports -s ${{ secrets.OCLAPI_TOKEN }} -c https://api.staging.openconceptlab.org/orgs/fhir_imports

0 comments on commit 829a265

Please sign in to comment.