From f8a13f1b199e3fc6dff2287c4a6b4e8b0fbb9f0a Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Fri, 10 Apr 2026 15:11:11 +0600 Subject: [PATCH] # --- .gitea/workflows/ci-cd.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 730d8a1..9181114 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -14,8 +14,6 @@ env: jobs: build-ig: runs-on: fhir-runner - volumes: - - /home/mishealth/gitea-runner/input-cache:/cache steps: - name: Checkout repository @@ -374,7 +372,7 @@ jobs: - name: Prepare IG Publisher run: | mkdir -p input-cache - cp /cache/publisher.jar input-cache/publisher.jar + cp /home/mishealth/gitea-runner/input-cache/publisher.jar input-cache/publisher.jar ls -al input-cache - name: Build FHIR IG