Skip to content

Commit

Permalink
modified copy_rsv_data.yaml to avoid an error when the related files …
Browse files Browse the repository at this point in the history
…do not exist
  • Loading branch information
kjsato committed Jan 29, 2024
1 parent 2cfc7af commit 913c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy_rsv_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 1
path: ./rsv-forecast-hub_data
- name: Remove old rsvnet hospitalization data
run: rm ./rsv-forecast-hub/target-data/*_rsvnet_hospitalization.csv
run: rm ./rsv-forecast-hub/target-data/*_rsvnet_hospitalization.csv || true
- name: Copy files
run: |
mkdir -p ./rsv-forecast-hub/target-data/archive/
Expand Down

0 comments on commit 913c50d

Please sign in to comment.