modified ci/cd
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 1m17s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-10 14:37:44 +06:00
parent 593e8cbb11
commit 39fe848fd4

View File

@@ -374,6 +374,7 @@ jobs:
echo "Building FHIR IG version ${{ steps.version.outputs.version }}..."
CONTAINER_ID=$(docker create \
-v $(pwd)/input-cache:/tmp/build/ig/input-cache \
-v $(pwd)/previous-packages:/previous-packages \
hl7fhir/ig-publisher-base:latest \
/bin/bash -c "
@@ -385,7 +386,7 @@ jobs:
rm -f package-list.json
_updatePublisher.sh -y
_genonce.sh
")