Skip to content

Commit

Permalink
fix issue in config
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Dec 15, 2023
1 parent 811eb92 commit 8cfd020
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _gencontinuous.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
CALL ./_genonce.bat -watch
2 changes: 2 additions & 0 deletions _gencontinuous.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
./_genonce.sh -watch
Empty file modified _genonce.sh
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions _updatePublisher.sh
100644 → 100755
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
5 changes: 1 addition & 4 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
# This IG leverages subscription constructs pre-adopted from R4B. Importing this IG makes the relevant terminologies available.
hl7.fhir.uv.crmi:
id: crmi
version: 1.0.0-ballot
version: dev
reason: This IG uses content management profiles and capabilities provided by CRMI
hl7.fhir.uv.cpg:
id: cpg
Expand Down Expand Up @@ -52,9 +52,6 @@ meta:
- SGImplementationGuide
# - http://smart.who.int/base/ImplementationGuide-SMARTImplementationGuide

dependencies:
hl7.fhir.uv.crmi: dev


# ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮
# │ Uncomment the properties below to configure additional properties on the ImplementationGuide │
Expand Down

0 comments on commit 8cfd020

Please sign in to comment.