From 3363403c8e17b46f5524a97d4524b8bdd58406ac Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Fri, 10 Apr 2026 15:29:52 +0600 Subject: [PATCH] # --- .gitea/workflows/ci-cd.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 6529eac..9af2e96 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -16,12 +16,6 @@ jobs: runs-on: fhir-runner steps: - - name: Prepare IG Publisher - run: | - mkdir -p input-cache - cp /home/mishealth/gitea-runner/input-cache/publisher.jar input-cache/publisher.jar - ls -al input-cache - - name: Checkout repository uses: actions/checkout@v3 with: @@ -375,18 +369,11 @@ jobs: echo "Previous package cached:" ls previous-packages - - name: Prepare IG Publisher - run: | - mkdir -p input-cache - cp /home/mishealth/gitea-runner/input-cache/publisher.jar input-cache/publisher.jar - ls -al input-cache - - name: Build FHIR IG run: | 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 " @@ -398,7 +385,7 @@ jobs: rm -f package-list.json - + _updatePublisher.sh -y _genonce.sh ")