Skip to content

Commit

Permalink
Update for resiliency #145
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Jan 20, 2020
1 parent 14199e5 commit 861c8c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Grab the Master Branch
uses: actions/checkout@v2
with:
working-directory: fhir
path: fhir
ref: refs/heads/master
fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -48,10 +48,9 @@ jobs:
- name: Grab the GH Pages Branch
uses: actions/checkout@v2
with:
working-directory: gh-pages
path: gh-pages
ref: refs/heads/gh-pages
fetch-depth: 1
path: docs
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit and Add GH Pages
env:
Expand Down
4 changes: 3 additions & 1 deletion fhir-persistence-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Builds and manages the multi-tenant FHIR R4 RDBMS schema (Db2). Includes Derby s
This module is built into two different jar files. The default jar is included with the IBM FHIR Server web application and is used
for bootstrapping Apache Derby databases (if configured). There is also an executable command line interface (cli) version of this jar that packages this module with all of its dependencies.

The cli jar is included in the FHIR Server distribution zip but can also be downloaded directly from [JFrog Bintray](https://bintray.com/ibm-watson-health/ibm-fhir-server-releases/fhir-persistence-schema#files/com/ibm/fhir/fhir-persistence-schema) or built locally to `fhir-persistence-schema/target`.
This module is built into two different jar files. The executable command line interface (cli) version of this module is can also be downloaded directly from [JFrog Bintray](https://bintray.com/ibm-watson-health/ibm-fhir-server-releases/fhir-persistence-schema#files/com/ibm/fhir/fhir-persistence-schema) or is available from the Releases tab.

The cli jar is included in the FHIR Server distribution zip but

## Execute the fhir-persistence-schema command line interface (CLI)

Expand Down
3 changes: 1 addition & 2 deletions fhir-swagger-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
This module provides classes for generating Swagger and OpenAPI definitions for the FHIR HTTP interface.
It uses a combination of the HL7-provided specification artifacts and the generated java classes from `fhir-model`.

This module is built into two different jar files. The executable command line interface (cli) version of this jar packages this module with all of its dependencies and is included in the IBM FHIR Server distribution zip.
Alternatively, this jar can be downloaded directly from [JFrog Bintray](https://bintray.com/ibm-watson-health/ibm-fhir-server-releases/fhir-persistence-schema#files/com/ibm/fhir/fhir-persistence-schema) or built locally to `fhir-swagger-generator/target`.
This module is built into two different jar files. The executable command line interface (cli) version of this module is can also be downloaded directly from [JFrog Bintray](https://bintray.com/ibm-watson-health/ibm-fhir-server-releases/fhir-swagger-generator#files/com/ibm/fhir/fhir-swagger-generator) or is available from the Releases tab. Alternatively, this jar can be built locally to `fhir-swagger-generator/target`.

## Execute the fhir-swagger-generator command line interface (CLI)

Expand Down

0 comments on commit 861c8c7

Please sign in to comment.