Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy evan #143

Merged
merged 7 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref }}


- uses: actions/setup-java@v3
with:
distribution: "temurin"
Expand Down Expand Up @@ -96,10 +93,14 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global credential.helper cache
git branch
git clone --depth 1 https://${{ secrets.GH_VBAI_PAT }}@github.com/kind-lab/voice-biomarker-fhir tmp_branch
rm -r tmp_branch/input/fsh
cp -r ./input/fsh tmp_branch/input/
cd tmp_branch
git add ./input/fsh
git commit -a -m "$(date): update redcap2fhir resources"
git push
cd ..



Expand Down
340 changes: 0 additions & 340 deletions input/fsh/fsh/AL_CodeSystem.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiBodyHeight.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiBodyWeight.fsh

This file was deleted.

12 changes: 0 additions & 12 deletions input/fsh/fsh/SD_VbaiCohortProtocol.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiCondition.fsh

This file was deleted.

16 changes: 0 additions & 16 deletions input/fsh/fsh/SD_VbaiConsent.fsh

This file was deleted.

7 changes: 0 additions & 7 deletions input/fsh/fsh/SD_VbaiEncounter.fsh

This file was deleted.

9 changes: 0 additions & 9 deletions input/fsh/fsh/SD_VbaiImagingMedia.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiImagingStudy.fsh

This file was deleted.

6 changes: 0 additions & 6 deletions input/fsh/fsh/SD_VbaiPatient.fsh

This file was deleted.

10 changes: 0 additions & 10 deletions input/fsh/fsh/SD_VbaiPlanDefinition.fsh

This file was deleted.

12 changes: 0 additions & 12 deletions input/fsh/fsh/SD_VbaiQuestionnaire.fsh

This file was deleted.

10 changes: 0 additions & 10 deletions input/fsh/fsh/SD_VbaiQuestionnaireResponse.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiVitalSigns.fsh

This file was deleted.

6 changes: 0 additions & 6 deletions input/fsh/fsh/SD_VbaiWaveformDevice.fsh

This file was deleted.

8 changes: 0 additions & 8 deletions input/fsh/fsh/SD_VbaiWaveformMedia.fsh

This file was deleted.

35 changes: 0 additions & 35 deletions input/fsh/fsh/acousticTasks/mood/acousticTasksMood.fsh

This file was deleted.

50 changes: 0 additions & 50 deletions input/fsh/fsh/acousticTasks/peds/acousticTasksPeds.fsh

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions input/fsh/fsh/acousticTasks/voice/acousticTasksVoice.fsh

This file was deleted.

Loading
Loading