Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@Dunmail Here is a basic version (just linux) of what I mentioned in the other PR.
I couldn't get the snapshot to generate without logging in and running inflate first, so just note there is a
fhir login
in there. Not ideal, but assuming you have a simplifier account, if you've previously logged in, it seems to find the previous token within the terminal session, so it would be straightforward to handle that appropriately somehow with secret management on your CI server.I'm using Microsofts linux install script for the dotnet sdk which makes it pretty widely supported on linux distros with different package management. For the firely terminal install, I'm assuming if the command
fhir
is not available it needs installed. It then overwrites the UKCore profiles in the cache.Sushi (npm run compile) will then run fine after removing the resource in
input/resources
, bar the other error with the canonical. I didn't include it here, but there are no errors at all with the other change.