Skip to content

Commit

Permalink
Update of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo committed Dec 1, 2023
1 parent 40d67ab commit 9711778
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then

curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
cp /tmp/_gencontinuous.new _gencontinuous.sh
chmod +x _gencontinuous.sh
rm /tmp/_gencontinuous.new

curl -L $gen_sh_url -o /tmp/_genonce.new
cp /tmp/_genonce.new _genonce.sh
chmod +x _genonce.sh
rm /tmp/_genonce.new

curl -L $update_sh_url -o /tmp/_updatePublisher.new
cp /tmp/_updatePublisher.new _updatePublisher.sh
chmod +x _updatePublisher.sh
rm /tmp/_updatePublisher.new
fi
2 changes: 1 addition & 1 deletion build-notes.txt
Original file line number Diff line number Diff line change
@@ -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
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
1 change: 1 addition & 0 deletions publication-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"title": "HL7 FHIR Implementation Guide: DK Core",
"category": "National Core",
"introduction": "A FHIR Implementation Guide for the Danish common needs across healthcare sectors",
"desc": "DK Core version 3.0.0",
"descmd": "@release-notes.md",
"first": false,
"ci-build": "https://build.fhir.org/ig/hl7dk/dk-core"
Expand Down

0 comments on commit 9711778

Please sign in to comment.