Skip to content

Commit

Permalink
more build hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Oct 23, 2024
1 parent ca1eedf commit e2476cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ echo "FILTER the RKI csv file ---"
echo BUILD: Check out SVN and move *.csv files
svn checkout --username $SVN_USER --password $SVN_PASSWORD --no-auth-cache --depth infinity \
https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/episim/original-data/Fallzahlen/
cp *cases* src/assets
cp *cases* Fallzahlen/RKI

# TODO BILLY - need to uncomment this after the RKI stuff above is fixed **
# cp *cases* src/assets
# cp *cases* Fallzahlen/RKI

echo BUILD: Fetch RKI Hospitalization cases from GitHub
wget https://github.com/robert-koch-institut/COVID-SARI-Hospitalisierungsinzidenz/raw/main/COVID-SARI-Hospitalisierungsinzidenz.tsv
Expand Down

0 comments on commit e2476cf

Please sign in to comment.