#
This commit is contained in:
@@ -14,8 +14,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-ig:
|
build-ig:
|
||||||
runs-on: fhir-runner
|
runs-on: fhir-runner
|
||||||
volumes:
|
|
||||||
- /home/mishealth/gitea-runner/input-cache:/cache
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -374,7 +372,7 @@ jobs:
|
|||||||
- name: Prepare IG Publisher
|
- name: Prepare IG Publisher
|
||||||
run: |
|
run: |
|
||||||
mkdir -p input-cache
|
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
|
ls -al input-cache
|
||||||
|
|
||||||
- name: Build FHIR IG
|
- name: Build FHIR IG
|
||||||
|
|||||||
Reference in New Issue
Block a user