Skip to content

Commit

Permalink
publication build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMoehrke committed Aug 4, 2023
1 parent a66791a commit e651f09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ dependencies:
ihe.iti.mhd:
id: iheitimhd
uri: https://profiles.ihe.net/ITI/MHD/ImplementationGuide/ihe.iti.mhd
version: 4.2.x
version: 4.2.1
ihe.iti.pdqm:
id: ihepdqm
uri: https://profiles.ihe.net/ITI/PDQm/ImplementationGuide/ihe.iti.pdqm
version: 2.4.x
ihe.iti.pixm:
id: iheitipixm
uri: https://profiles.ihe.net/ITI/PIXm/ImplementationGuide/ihe.iti.pixm
version: 3.0.x
version: 3.0.3
ihe.iti.balp:
id: iheitibasicaudit
uri: https://profiles.ihe.net/ITI/BALP/ImplementationGuide/ihe.iti.balp
Expand Down

0 comments on commit e651f09

Please sign in to comment.