Skip to content

Commit

Permalink
job-ig: remove use of external terminology server
Browse files Browse the repository at this point in the history
  • Loading branch information
allentiak authored and alexanderkiel committed Nov 20, 2024
1 parent ece8c16 commit 18ad1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-ig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ validator_cli.jar:
wget -q https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/releases/latest/download/validator_cli.jar

validate: validator_cli.jar
java -jar validator_cli.jar -version 4.0.1 -level error -debug -ig fsh-generated/resources fsh-generated/resources/Task-*.json fsh-generated/resources/Bundle-*.json
java -jar validator_cli.jar -version 4.0.1 -level error -debug -tx n/a -ig fsh-generated/resources fsh-generated/resources/Task-*.json fsh-generated/resources/Bundle-*.json

clean:
rm -r fsh-generated
Expand Down

0 comments on commit 18ad1b6

Please sign in to comment.