-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.bake.yaml
More file actions
80 lines (72 loc) · 2.13 KB
/
Copy pathpackage.bake.yaml
File metadata and controls
80 lines (72 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
to-json:
- source: input
- category: Resource
- transform: json
- target: staging
generate-snapshots:
- source: staging
- category: StructureDefinition
- action: snapshot
- target: staging
move-conformance-resources:
- source: staging
- category: Conformance
- filter: status='active'
- delete: /**/*implementationguide*.json
- delete: /**/*implementationguide-1.x-en.json
- delete: /**/*MII_IG_*.json
# IG-Publisher-Lifecycle-Artefakte (onLoad/onGenerate/onCheck-Snapshots der
# ImplementationGuide) rutschen sonst als Conformance-Resource ins Package und
# erzeugen doppelte Canonical-URLs (…/ImplementationGuide/mii-ig-pro|2026.0.0),
# an denen HAPIs Package-Installer beim Start abbricht.
- delete: /**/onLoad-*.json
- delete: /**/onGenerate-*.json
- delete: /**/onCheck-*.json
# macOS-Artefakte defensiv rausfiltern
- delete: /**/._*.json
- delete: /**/.DS_Store
- move: /package/
- target: output
move-concept-maps:
- source: staging
- category: ConceptMap
- filter: status='active'
- move: /package/
- target: output
# PRO-specific: Questionnaires and ObservationDefinitions are #definition instances
# that must be resolvable by canonical URL (not buried in examples/)
move-definition-questionnaires:
- source: staging
- category: Questionnaire
- move: /package/
- target: output
move-definition-observationdefinitions:
- source: staging
- category: ObservationDefinition
- move: /package/
- target: output
move-examples:
- source: staging
- category: Instance
- delete: /**/*ConceptMap*.json
- delete: /**/*Questionnaire-*.json
- delete: /**/*ObservationDefinition-*.json
- delete: /**/*validation*.json
- delete: /**/*qa*.json
- delete: /**/*expansions*.json
- delete: /**/*.terminologyCapabilities*.json
- delete: /**/*onGenerate*.json
- delete: /**/*onCheck*.json
- delete: /**/*onLoad*.json
- delete: /**/._*.json
- delete: /**/.DS_Store
- move: /package/examples
- target: output
manifest:
- files: package.json
- move: /package
index-file:
- source: output
- files: /package/**/*.json
- action: create-package-index
- move: /package