Skip to content

Commit 9711778

Browse files
committed
Update of scripts
1 parent 40d67ab commit 9711778

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_updatePublisher.sh

+3
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then
117117

118118
curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
119119
cp /tmp/_gencontinuous.new _gencontinuous.sh
120+
chmod +x _gencontinuous.sh
120121
rm /tmp/_gencontinuous.new
121122

122123
curl -L $gen_sh_url -o /tmp/_genonce.new
123124
cp /tmp/_genonce.new _genonce.sh
125+
chmod +x _genonce.sh
124126
rm /tmp/_genonce.new
125127

126128
curl -L $update_sh_url -o /tmp/_updatePublisher.new
127129
cp /tmp/_updatePublisher.new _updatePublisher.sh
130+
chmod +x _updatePublisher.sh
128131
rm /tmp/_updatePublisher.new
129132
fi

build-notes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jkiddo@badSeed work % java -jar publisher.jar -go-publish -source /Users/jkiddo/work/dk-core -web /Users/jkiddo/work/website/fhir -temp /Users/jkiddo/work/temp -registry ig-registry/fhir-ig-list.json -history fhir-ig-history-template -templates /Users/jkiddo/work/website/fhir/templates
1+
jkiddo@badSeed work % java -jar publisher.jar -go-publish -source /Users/jkiddo/work/dk-core -web /Users/jkiddo/work/dk-website/fhir -temp /Users/jkiddo/work/temp -registry ig-registry/fhir-ig-list.json -history fhir-ig-history-template -templates /Users/jkiddo/work/dk-website/fhir/templates

publication-request.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"title": "HL7 FHIR Implementation Guide: DK Core",
99
"category": "National Core",
1010
"introduction": "A FHIR Implementation Guide for the Danish common needs across healthcare sectors",
11+
"desc": "DK Core version 3.0.0",
1112
"descmd": "@release-notes.md",
1213
"first": false,
1314
"ci-build": "https://build.fhir.org/ig/hl7dk/dk-core"

0 commit comments

Comments
 (0)