#
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 7m14s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 12s

This commit is contained in:
2026-04-10 16:04:20 +06:00
parent 03d49f4eb6
commit f86f4a7f2c

View File

@@ -375,7 +375,6 @@ jobs:
CONTAINER_ID=$(docker create \
-v $(pwd)/previous-packages:/previous-packages \
-v /cache:/input-cache \
hl7fhir/ig-publisher-base:latest \
/bin/bash -c "
@@ -384,11 +383,10 @@ jobs:
cd /tmp/build/ig
mkdir -p input-cache
cp /input-cache/publisher.jar input-cache/publisher.jar
curl -L -o input-cache/publisher.jar https://supervision.dghs.gov.bd/publisher.jar
ls -lh input-cache
rm -f package-list.json
_updatePublisher.sh -y
_genonce.sh
")