fix: 🐛 install fsh-sushi in Docker container before building FHIR IG
Some checks failed
FHIR IG CI/CD Pipeline / build-ig (push) Failing after 1m38s
FHIR IG CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
jobayer 2025-09-30 11:02:02 +06:00
parent 18d97f8d16
commit 455fd529c4

View File

@ -39,7 +39,7 @@ jobs:
# Create a container (don't start yet)
CONTAINER_ID=$(docker create \
hl7fhir/ig-publisher-base:latest \
/bin/bash -c "cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")
/bin/bash -c "npm install -g fsh-sushi && cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")
echo "Container ID: $CONTAINER_ID"