-
Some checks failed
FHIR IG CI/CD Pipeline / build-ig (push) Failing after 1m7s
FHIR IG CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
jobayer 2025-09-30 12:06:49 +06:00
parent 1db5c0edf7
commit ce894013c5

View File

@ -48,8 +48,8 @@ jobs:
CONTAINER_ID=$(docker create \
hl7fhir/ig-publisher-base:latest \
/bin/bash -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash && \
nvm use --delete-prefix v***.20.0 && \
. \$HOME/.nvm/nvm.sh && \
nvm use --delete-prefix v***.20.0 && \
nvm install 22 && \
npm install -g fsh-sushi && \
cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh")